chore(package): Update react-freecodecamp-search (#16943)

This commit is contained in:
Stuart Taylor
2018-03-23 23:41:07 +00:00
committed by Quincy Larson
parent 119e7408be
commit ebfbfb6df9
7 changed files with 116 additions and 31 deletions

View File

@@ -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';