mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Removed reference to report file
This commit is contained in:
parent
19d244c081
commit
95a1cb0fa5
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
AddDefaultCharset utf-8
|
AddDefaultCharset utf-8
|
||||||
AddCharset UTF-8 .css .js
|
AddCharset UTF-8 .css .js
|
||||||
FileETag MTime Size
|
FileETag MTime Size
|
||||||
Options +ExecCGI
|
|
||||||
ServerSignature Off
|
ServerSignature Off
|
||||||
SetEnvIf Host ^ suppress-error-charset
|
SetEnvIf Host ^ suppress-error-charset
|
||||||
|
|
||||||
|
@ -11,10 +10,6 @@ AddType application/manifest+json .webmanifest
|
||||||
ErrorDocument 403 https://kaboom.pw/
|
ErrorDocument 403 https://kaboom.pw/
|
||||||
ErrorDocument 404 https://kaboom.pw/
|
ErrorDocument 404 https://kaboom.pw/
|
||||||
|
|
||||||
<FilesMatch report$>
|
|
||||||
SetHandler cgi-script
|
|
||||||
</FilesMatch>
|
|
||||||
|
|
||||||
<FilesMatch ".(htm|html)$">
|
<FilesMatch ".(htm|html)$">
|
||||||
Header set Content-Security-Policy "default-src 'none'; font-src data:; form-action 'self'; img-src 'self'; manifest-src 'self'; style-src 'self'; upgrade-insecure-requests"
|
Header set Content-Security-Policy "default-src 'none'; font-src data:; form-action 'self'; img-src 'self'; manifest-src 'self'; style-src 'self'; upgrade-insecure-requests"
|
||||||
Header set X-Frame-Options "DENY"
|
Header set X-Frame-Options "DENY"
|
||||||
|
|
Loading…
Reference in a new issue