moved the default UI CSP as response header

This commit is contained in:
Gani Georgiev
2024-12-02 13:45:44 +02:00
parent fb2763a697
commit 77ac44a49a
31 changed files with 42 additions and 44 deletions
-4
View File
@@ -3,10 +3,6 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' http://127.0.0.1:* data: blob:; connect-src 'self' http://127.0.0.1:*; script-src 'self' 'sha256-GRUzBA7PzKYug7pqxv5rJaec5bwDCw1Vo6/IXwvD3Tc='"
/>
<title>PocketBase</title>