projects
/
gyiwr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3da5ba
)
add CSP (more security)
author
rick
<rick@gnous.eu>
Mon, 29 May 2023 22:28:30 +0000
(
00:28
+0200)
committer
rick
<rick@gnous.eu>
Mon, 29 May 2023 22:28:30 +0000
(
00:28
+0200)
header.html
patch
|
blob
|
blame
|
history
diff --git
a/header.html
b/header.html
index 3b2c49ce674df6954a7159486d9876345b0e29b8..a8c3af4b25d3dc7f88a560190d42675e4b007e40 100644
(file)
--- a/
header.html
+++ b/
header.html
@@
-2,6
+2,7
@@
<html lang="%lang%">
<head>
<meta charset="UTF-8" />
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<link rel="stylesheet" href="/css/style.css" />
%links%
</head>