summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-08-25 12:56:10 +0200
committerStefan Kreutz <mail@skreutz.com>2022-08-25 12:56:10 +0200
commit7b411158a05df992eafcbb37186d76ca9203fcae (patch)
treea21d4abe4151982696003ffda422bf1862c1a8d6 /templates
parent8b2adfcdbfdca4ec61392c29b07562fd7d236d56 (diff)
downloadblog-7b411158a05df992eafcbb37186d76ca9203fcae.tar
Add fallback Content-Security-Policy
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
index f58bf5f..501a1e0 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -2,6 +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:">
<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.