fix(csp): Add .rocks to csp
This commit is contained in:
committed by
mrugesh mohapatra
parent
41a99e6487
commit
94622cc3d6
@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user