We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d3857 commit 575752aCopy full SHA for 575752a
1 file changed
middleware/csp.js
@@ -30,7 +30,8 @@ module.exports = contentSecurityPolicy({
30
],
31
scriptSrc: [
32
"'self'",
33
- 'data:'
+ 'data:',
34
+ "'unsafe-eval'" // exception for Algolia instantsearch in deprecated Enterprise docs
35
36
frameSrc: [ // exceptions for GraphQL Explorer
37
'https://graphql-explorer.githubapp.com', // production env
0 commit comments