-
Notifications
You must be signed in to change notification settings - Fork 27
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
Policy doesn't implement allows checks for all source directives #151
Comments
We didn't have immediate need for those checks, so we prioritized implementing them low. |
Do you accept pull requests? I could probably knock that together later this weekend. |
Of course! On Fri, Oct 7, 2016 at 1:06 PM, kingthorin notifications@github.com wrote:
|
Policy.java now includes allowXFromSource() checks, where X is one of the following: font (font-src) object (object-src) media (media-src) manifest (manifest-src) This covers the remainder of the source directives that did not have checks matching the existing functionality. Include additions to PolicyQueryingTest.java. Fixes #151
Policy.java needs allows checks added for font, media, object, default, etc directives.
Or were those purposefully excluded?
The text was updated successfully, but these errors were encountered: