mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: add web app security headers for cloudflare pages
This commit is contained in:
6
apps/web/public/_headers
Normal file
6
apps/web/public/_headers
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
X-Frame-Options: DENY
|
||||
X-Content-Type-Options: nosniff
|
||||
Referrer-Policy: no-referrer
|
||||
Permissions-Policy: document-domain=()
|
||||
Content-Security-Policy: script-src 'self' 'nonce-7WIq8hRwApoXhctoGZZthMLYQLRNiprTwcPi6Azdf' 'unsafe-eval'; frame-ancestors 'none';
|
||||
Reference in New Issue
Block a user