web: add worker-src to CSP

This commit is contained in:
Abdullah Atta
2023-07-06 15:18:04 +05:00
parent b3695d4a93
commit c5b974e055

View File

@@ -2,4 +2,5 @@
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
Content-Security-Policy: script-src 'self' 'nonce-7WIq8hRwApoXhctoGZZthMLYQLRNiprTwcPi6Azdf' 'unsafe-eval'; frame-ancestors 'none';
Content-Security-Policy: script-src 'self' 'nonce-7WIq8hRwApoXhctoGZZthMLYQLRNiprTwcPi6Azdf' 'unsafe-eval'; worker-src 'self' https://app.notesnook.com/;
frame-ancestors 'none';