web: remove CSP

This commit is contained in:
Abdullah Atta
2023-07-06 15:35:53 +05:00
parent c5b974e055
commit e86b7c68e6
2 changed files with 0 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <meta
http-equiv="Content-Security-Policy"
content="script-src 'self' 'nonce-7WIq8hRwApoXhctoGZZthMLYQLRNiprTwcPi6Azdf' 'unsafe-eval';"
/> -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link
rel="icon"

View File

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