1
0

initial commit

This commit is contained in:
2024-03-22 10:24:54 +03:00
commit d7d4344c53
82 changed files with 1361 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
include snip.d/http-base-security-headers;
add_header Content-Security-Policy "default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline' 'unsafe-eval' ; frame-ancestors 'self';" always;