summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-02-24 20:02:32 +0100
committerStefan Kreutz <mail@skreutz.com>2026-02-24 20:02:32 +0100
commit164a658faca7786b6d787b23fac2f7c3d77f9f9c (patch)
treefb7ec3e1a2480eef5eea18b8d62741dcbc37fa13 /templates/default.html
parentd56700cad490998a73f01a53c42c39421a8fc627 (diff)
downloadblog-164a658faca7786b6d787b23fac2f7c3d77f9f9c.tar.gz
Fix Content-Security-Policy syntax
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html
index e081344..494ed7b 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self'; img-src 'self' data:; frame-ancestors: 'none'; form-action: 'none'">
+ <meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'self'; img-src 'self' data:; frame-ancestors 'none'; form-action 'none'">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Stefan Kreutz">
Generated by cgit. See skreutz.com for my tech blog and contact information.