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 = [
|
let trusted = [
|
||||||
"'self'",
|
"'self'",
|
||||||
'https://search.freecodecamp.org',
|
'https://search.freecodecamp.org',
|
||||||
|
'https://www.freecodecamp.rocks',
|
||||||
|
'https://api.freecodecamp.rocks',
|
||||||
'https://*.algolianet.com',
|
'https://*.algolianet.com',
|
||||||
'https://' + process.env.AUTH0_DOMAIN
|
'https://' + process.env.AUTH0_DOMAIN
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user