summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-02-24 20:21:22 +0100
committerStefan Kreutz <mail@skreutz.com>2026-02-24 20:21:22 +0100
commit1766a8fe11c6cdda728fe6093942ab8a1be3d0dc (patch)
tree00e37b4535a7f9b0c830b89e4d1fd23847dcbde8 /templates/default.html
parent164a658faca7786b6d787b23fac2f7c3d77f9f9c (diff)
downloadblog-1766a8fe11c6cdda728fe6093942ab8a1be3d0dc.tar.gz
Future-proof Content-Security-PolicyHEADmain
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 494ed7b..efdcfe3 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 'self'">
<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.