summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-07-08 12:03:17 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-07-08 12:03:17 +0200
commitf11d27e0da61ae2f7060a5824a32e6d362cad973 (patch)
tree18f69514584802009c588e508c8d85b8b1445f38
parent0164c29d1a141350bd98e028aa9da2e2e2142001 (diff)
downloadksmap-f11d27e0da61ae2f7060a5824a32e6d362cad973.tar.gz
Document testing on newer Firefox (Cross-Origin Request Blocked)
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r--Readme4
1 files changed, 4 insertions, 0 deletions
diff --git a/Readme b/Readme
index b148763..886c034 100644
--- a/Readme
+++ b/Readme
@@ -37,6 +37,10 @@ You may then preview the results by running:
./yaml-to-kml.py -f users/[username].yaml -o www/developers.kml
firefox www/index.html
+You might need to temporarily change the privacy.file_unique_origin in
+about:config to allow accessing local resources in page directory. Disable the
+setting after tests.
+
If all looks good, you need to push this information back into the kernel.org
repository. Once we have collected enough initial data, we will integrate the
map into the main kernel.org website.