From c627fa9cbd9231e38b6c66cad5eed084a33767b5 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 19 Mar 2020 10:25:25 +0000 Subject: [PATCH] Prefer live timeseries.json When I was first developing this, and I attempt to access https://pomber.github.io/covid19/timeseries.json, the browser prevents me from reading the data because it violates the same origin policy. I'm learning more about CORS, and I'm going to try consuming this from... https://wpcarro.dev -> https://pomber.github.io ...instead of... http://localhost:8000 -> https://pomber.github.io ...because the http -> https protocol violates CORS. I will not know unless I try, so... bombs away. --- covid-uk/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covid-uk/src/index.html b/covid-uk/src/index.html index 5b2c0705b..bb14426b1 100644 --- a/covid-uk/src/index.html +++ b/covid-uk/src/index.html @@ -9,7 +9,7 @@