plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
33247bf58601dddf8defd87c5af9f7398b2d7e7a
parent
a8584f62f23281c3f219faae2f09b319585a6d9e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-01 18:38
add content security policy

Diffstat

M plutopluto/index.html 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/plutopluto/index.html b/plutopluto/index.html

@@ -3,6 +3,7 @@
    3     3 
    4     4 <head>
    5     5 	<meta charset="utf-8">
   -1     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src *">
    6     7 	<title>plutopluto</title>
    7     8 	<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"/>
    8     9 	<script src="/static/jqlite.js" type="text/javascript" ></script>