fix(csp): Add .rocks to csp

This commit is contained in:
Stuart Taylor
2018-07-31 14:24:57 +01:00
committed by mrugesh mohapatra
parent 41a99e6487
commit 94622cc3d6

View File

@ -3,6 +3,8 @@ import helmet from 'helmet';
let trusted = [
"'self'",
'https://search.freecodecamp.org',
'https://www.freecodecamp.rocks',
'https://api.freecodecamp.rocks',
'https://*.algolianet.com',
'https://' + process.env.AUTH0_DOMAIN
];