-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added initial TT implementation #22
Conversation
Added comments Added "append" feature for CSP headers
The decrease in test coverage is due to extending the test suite to include some of the base handlers. The logic in these handlers are fully covered by the tests, the only lacking line is a Symfony core line for registering the subscribers. I can add this in but I dont think it gives any value, and only serves to bloat the tests with un-needed line coverage |
Added is acrive check Added logging for policy conflicts Changed confusing var name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #16
Added a Trusted Types implementation to the ISE Security Bundle. This does not include a full CSP module. The idea for this, after discussion in the ISE group, was to implement TT in a way that would be compatable with other bundles (i.e nelmio security bundle), and would not lead to an overwritten or broken CSP header.