chore(package): Update react-freecodecamp-search (#16943)
This commit is contained in:
committed by
Quincy Larson
parent
119e7408be
commit
ebfbfb6df9
@@ -3,7 +3,8 @@ import helmet from 'helmet';
|
||||
let trusted = [
|
||||
"'self'",
|
||||
'https://search.freecodecamp.org',
|
||||
'https://*.opbeat.com'
|
||||
'https://*.opbeat.com',
|
||||
'https://*.algolianet.com'
|
||||
];
|
||||
|
||||
const host = process.env.HOST || 'localhost';
|
||||
|
Reference in New Issue
Block a user