Plugin Contributor
hupe13
(@hupe13)
I don’t see any errors, when I open your website, everything is okay.
Thread Starter
oskam
(@oskam)
Thanks, I can see that it only happens when I’m logged in to WordPress as an admin.
If I log out and clear the cookies it is fine.
So visitors don’t see the error; sorry for the trouble and thanks for testing it
Plugin Contributor
hupe13
(@hupe13)
I’m using Firefox with an extension “I don’t care about cookies”. Thats why I didn’t see your cookie banner. I’m sorry. So I tested it with Google Chrome now. Here is the cookie banner displayed.
You are using “CookieYes”. I wanted to try it out, but I need an account to scan my website.
I don’t know the GDPR in Netherlands in detail, but in Germany the user must agree to load the tiles from Openstreetmap, because it is a third-party server. CookieYes doesn’t block that.
The reason for error 403r in admin backend could be CookieYes. There was earlier an issue in the backend of my support forum caused by a GDPR plugin.
Plugin Contributor
hupe13
(@hupe13)
I know what the error means, but I didn’t see it when I open your website. Maybe you have a different Referrer Policy in the backend than in the frontend. If so, please correct it accordingly in your in server config or in your .htaccess file, for example:
Header set Referrer-Policy "strict-origin-when-cross-origin"
This is the default. See https://wiki.openstreetmap.org/wiki/Blocked_tiles (“Referer is required”).
More information: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Referrer-Policy
-
This reply was modified 2 months ago by
hupe13.