-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocked to to cross-domain requests #5
Comments
Hi @james2432, thanks for reporting this. I so far haven't been able to reproduce in Firefox 68 on Mac, but digging further it looks like could be due to an ad blocker plugin, from the description at https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSDidNotSucceed One workaround would be to configure the ad blocker to allow the path If you open up the dev tools, you'll see Would you be able to confirm whether an ad block plugin is applicable to this issue, and if so, whether allowing that specific path helps? |
Can confirm it's Disconnect plugin that is blocking the requests to facebook.com |
With https://www.mapwith.ai/ (mapping interface) from https://tasks-assisted.hotosm.org/
Cross-Origin requests are blocked in firefox as the same-origin requires everything to be hosted on mapwith.ai domain, but is making requests(and being denied) like so:
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
The solution is to send
To allow request to go to facebook.com. If not you have essentially broken firefox from working with your tasking manager
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
The text was updated successfully, but these errors were encountered: