Skip to content
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 support for script-src-{elem|attr}, Add support for style-src-{elem|attr} #71

Merged
merged 1 commit into from May 24, 2023
Merged

Fix support for script-src-{elem|attr}, Add support for style-src-{elem|attr} #71

merged 1 commit into from May 24, 2023

Conversation

internalsystemerror
Copy link
Contributor

Support for:

  • script-src-attr
  • script-src-elem

was added to close #52. However this appears to have broken along the way.

This PR fixes the above, and also adds support for:

  • style-src-attr
  • style-src-elem

with tests updated appropriately.

…em|attr}

Signed-off-by: Gary Lockett <gary@creativecow.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for script-src-elem and script-src-attr
2 participants