1
0

Implement header, notes and google in dashboard

This commit is contained in:
2025-07-18 10:08:03 +02:00
parent d3f733638e
commit 68480757dc
16 changed files with 1945 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<title>OpenWall</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
content="default-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data: blob:; frame-src *; connect-src *; font-src *; media-src *; object-src *; child-src *;"
/>
</head>