-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fix HTTP Access-Control-Allow-Origin header #753
Comments
I'm willing to pick this up. |
Hi @psiinon , what's the status on this issue? |
Does not seem to be actively worked on. |
I can see that @jveldhuijzen has pushed a commit, have you reviewed that? |
That's not a pull request (in any case that's not finished, e.g. setting other header). |
For info ZAP already optionally strips out CSP.
To fix this issue we'll need to do something similar. |
If HTTP sites (is not HTTPS ones) use the Access-Control-Allow-Origin header then the site will typically not work.
ZAP should automatically fix this header.
https://stackoverflow.com/questions/61940616/how-do-i-work-with-http-sites-using-the-hud-in-owasps-zap-proxy
The text was updated successfully, but these errors were encountered: