We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While using this library in another project I noticed it throws a ValueError when a CSP makes use of the xhr-src directive.
ValueError
xhr-src
According to MDN:
Prior to Firefox 23, xhr-src was used in place of the connect-src directive and only restricted the use of XMLHttpRequest.
Any interest in adding support for this?
The text was updated successfully, but these errors were encountered:
Yea, need to add CSP level 2 headers too.
Sorry, something went wrong.
moloch--
No branches or pull requests
While using this library in another project I noticed it throws a
ValueError
when a CSP makes use of thexhr-src
directive.According to MDN:
Any interest in adding support for this?
The text was updated successfully, but these errors were encountered: