pad

minimal etherpad alternative  https://pad.ce9e.org
git clone https://git.ce9e.org/pad.git

commit
6dc52e480fbe3be3811d7da3c44d3d791e03cc73
parent
5ccbaf7852a4eeb7df538a1367cf8c062dd93381
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-25 11:14
fix via url in CSP

Diffstat

M index.html 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -3,7 +3,7 @@
    3     3 <head>
    4     4 	<meta charset="utf-8" />
    5     5 	<title>pad</title>
    6    -1 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src http://via.ce9e.org">
   -1     6 	<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src https://via.ce9e.org">
    7     7 	<meta name="viewport" content="width=device-width" />
    8     8 	<link rel="stylesheet" href="/static/style.css">
    9     9 </head>