RE: Upgrade GeoLeaks forum, 19-04-2023, 10:29
(18-04-2023, 21:32 )Cachehunter71 schreef: I suspect that a configuration file was deleted (maybe .htaccess) that allowed other domains (geogaching.com) to access the geoleaks.com domain from outside the server.
Why this should work with Firefox for some is a mystery to me, it doesn't work for me with Xubuntu/Firefox/Chrome and the error message in the Chrome debugger is clear.
# To unblock specific domains
The .htaccess on the server could look like this:
Code:
<IfModule mod_headers.c>
SetEnvIf Origin "^http(s)?://(.+\.)?(geocaching\.com|groundspeak\.com)$" origin_is=$0
Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
</IfModule>This could possibly make the script work again.


Adventure Lab
Help


![[Afbeelding: Screenshot-2023-04-18-21-12-36.jpg]](https://i.postimg.cc/PLQW33cf/Screenshot-2023-04-18-21-12-36.jpg)

