Skip to content

Commit

Permalink
Update CSP for CodeFund.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 13, 2019
1 parent cef5626 commit d41c6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/helmet-csp.js
Expand Up @@ -20,6 +20,7 @@ const CSP = {
'www.ziprecruiter.com',
'api.ziprecruiter.com',
'codefund.app',
'codefund.io',
(req, res) => `'nonce-${res.locals.nonce}'`
],
styleSrc: [
Expand All @@ -44,6 +45,7 @@ const CSP = {
'*.2mdn.net',
'codefund.app',
'cdn2.codefund.app',
'codefund.io',
'launchbit.com',
'www.launchbit.com',
'www.ziprecruiter.com'
Expand Down

0 comments on commit d41c6d8

Please sign in to comment.