Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ploe09 authored and ploe09 committed May 14, 2014
1 parent 04a7f78 commit 23ce76f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/de/saville/csp/ContentSecurityPolicyFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
*
* Also see: http://content-security-policy.com/ & http://www.w3.org/TR/CSP/#directives
*
* Here is an example full configuration of the ContentSecurityPolicyFilter.
* Normally you will only need a limited number or none of the init parameters. If no init parameter is defined the Header will look like this:
* Content-Security-Policy = default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; connect-src 'self'
*
* Content-Security-Policy = default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; connect-src 'self'
*
* Here is an example full configuration of the ContentSecurityPolicyFilter.
*
* <filter>
* <filter-name>ContentSecurityPolicyFilter</filter-name>
Expand Down

0 comments on commit 23ce76f

Please sign in to comment.