Skip to content

Commit

Permalink
Bump csp to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jan 22, 2015
1 parent fd4fda5 commit 650b4b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,10 @@
0.6.0 / 2015-01-21
==================

- new: you can disable `csp` for Android

- fix: `csp` on Chrome Mobile on Android and iOS

0.5.4 / 2014-12-21
==================

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -83,6 +83,7 @@ app.use(helmet.contentSecurityPolicy({
reportUri: '/report-violation',
reportOnly: false, // set to true if you only want to report errors
setAllHeaders: false, // set to true if you want to set all headers
disableAndroid: false, // set to true if you want to disable Android (browsers can vary and be buggy)
safari5: false // set to true if you want to force buggy CSP in Safari 5
}));
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"dont-sniff-mimetype": "0.1.0",
"frameguard": "0.2.0",
"helmet-crossdomain": "0.1.0",
"helmet-csp": "0.1.2",
"helmet-csp": "0.2.0",
"hide-powered-by": "0.1.0",
"hsts": "0.1.0",
"ienoopen": "0.1.0",
Expand Down

0 comments on commit 650b4b7

Please sign in to comment.