We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf62d31 commit 7d474b4Copy full SHA for 7d474b4
1 file changed
middleware/csp.js
@@ -38,6 +38,7 @@ module.exports = async (req, res, next) => {
38
],
39
frameSrc: [ // exceptions for GraphQL Explorer
40
'https://graphql-explorer.githubapp.com', // production env
41
+ 'https://graphql.github.com/',
42
'http://localhost:3000', // development env
43
'https://www.youtube-nocookie.com'
44
0 commit comments