Remove CSP (#1418)

* remove csp

* remove csp from now.json
This commit is contained in:
David Luzar 2020-04-13 16:28:05 +02:00 committed by GitHub
parent 4228c2e094
commit 0b971ea570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -18,10 +18,6 @@
{
"key": "Referrer-Policy",
"value": "origin"
},
{
"key": "Content-Security-Policy",
"value": "default-src https: data: 'unsafe-inline'; connect-src https://*.excalidraw.com https://*.excalidraw.now.sh wss://excalidraw-socket.herokuapp.com https://excalidraw-socket.herokuapp.com https://sentry.io;"
}
]
}