aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 14:25:34 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 14:25:34 +1100
commit743224a3dd3b9573599f04fad0e4fd141df32ec5 (patch)
treec753c63ff541a2ffba36d8326236194da9900e3f /src
parente0a9c9e4b1db9d8f9d4459ca06cd6c34fcd30cb8 (diff)
Remove CSP directive from index html
Diffstat (limited to 'src')
-rw-r--r--src/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index b8ea77d..e08d084 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self'; img-src 'self'; connect-src 'self';" />
<title>nj3.xyz</title>
</head>