-
Notifications
You must be signed in to change notification settings - Fork 85
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 #31 please make it possible to report and inforce policies #33
Commits on Oct 24, 2014
-
Eclipse warns if a variable is defined but not used.
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for ef9fbe2 - Browse repository at this point
Copy the full SHA ef9fbe2View commit details -
resolve yml validator warning in csp.yml
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 66367af - Browse repository at this point
Copy the full SHA 66367afView commit details -
nelmio_security.csp_listener can have global scope
The listener does not depend on any other service or input that changes with each request.
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for d48fbe0 - Browse repository at this point
Copy the full SHA d48fbe0View commit details -
Make ContentSecurityPolicyListener an EventSubscriber
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for fa7e0ad - Browse repository at this point
Copy the full SHA fa7e0adView commit details -
make configuration tree for directives reusable
In a next step I want to add two config subtrees to define directives to report and to enforce, see nelmio#31
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for a944e13 - Browse repository at this point
Copy the full SHA a944e13View commit details -
This commit changes the constructor of ContentSecurityPolicyListener but I don't consider this to be a public API. The public API is just the configuration.
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 492b372 - Browse repository at this point
Copy the full SHA 492b372View commit details -
add config def for report|enforce subtrees
but use the full directive names e.g. img-src instead only img, report-uri instead report_uri
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for a668e25 - Browse repository at this point
Copy the full SHA a668e25View commit details -
handle new configuration with report, enforce sub trees
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for d5cfc59 - Browse repository at this point
Copy the full SHA d5cfc59View commit details -
update README for new csp configuration
Thomas Koch committedOct 24, 2014 Configuration menu - View commit details
-
Copy full SHA for b755005 - Browse repository at this point
Copy the full SHA b755005View commit details
Commits on Oct 30, 2014
-
I ran phpcs with standard PSR2 and fixed all issues introduced by me or in files touched by me. There are however still many issues in other files. I also fixed the issues outlined in the line comments in my first PR.
Thomas Koch committedOct 30, 2014 Configuration menu - View commit details
-
Copy full SHA for cccd809 - Browse repository at this point
Copy the full SHA cccd809View commit details