Skip to content

fix(backend): helmet + graphiql

Hannes Heine requested to merge fix-graphiql-helmet into master

Created by: ulfgebhardt

🍰 Pullrequest

Since the update to helmet 7.x (former 3.x) helmet checks cross origin. Apparently the graphQL Playground loads its complete script from a CDN. Hence this rule must be disabled in DEBUG mode(where the Playground is available)

Issues

Todo

Merge request reports