laneya2

cave exploration game
git clone https://git.ce9e.org/laneya2.git

commit
71a689a50a9341bef9f8585e1689a72d4f7b25d2
parent
215d0770d1e22df4456e2048a7a39748a6bfe4e4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-09-26 18:31
rm CSP

issue for websocket (see https://github.com/w3c/webappsec-csp/issues/7)
not that relevant for this page anyway

Diffstat

M index.html 1 -

1 files changed, 0 insertions, 1 deletions


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

@@ -3,7 +3,6 @@
    3     3 <head>
    4     4 	<meta charset="UTF-8">
    5     5 	<meta name="viewport" content="width=device-width, initial-scale=1">
    6    -1 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
    7     6 	<title>Laneya</title>
    8     7 	<link rel="stylesheet" type="text/css" href="/static/style.css">
    9     8 </head>