Skip to content

Commit 7d474b4

Browse files
committed
attempt to fix CSP content blocked issue
1 parent bf62d31 commit 7d474b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

middleware/csp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = async (req, res, next) => {
3838
],
3939
frameSrc: [ // exceptions for GraphQL Explorer
4040
'https://graphql-explorer.githubapp.com', // production env
41+
'https://graphql.github.com/',
4142
'http://localhost:3000', // development env
4243
'https://www.youtube-nocookie.com'
4344
],

0 commit comments

Comments
 (0)