mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
25 lines
922 B
Text
25 lines
922 B
Text
/
|
|
Content-Security-Policy: default-src 'none'; font-src data:; img-src 'self'; manifest-src 'self'; style-src 'unsafe-inline'; upgrade-insecure-requests
|
|
Feature-Policy: accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; speaker 'none'; sync-xhr 'none'; usb 'none'; vr 'none'
|
|
X-Frame-Options: DENY
|
|
X-Xss-Protection: 1; mode=block
|
|
|
|
/*
|
|
Referrer-Policy: no-referrer
|
|
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
|
|
X-Content-Type-Options: nosniff
|
|
|
|
/*.ico
|
|
Content-Type: image/x-icon
|
|
|
|
/*.png
|
|
Content-Type: image/png; charset=utf-8
|
|
|
|
/*.svg
|
|
Content-Type: image/svg+xml; charset=utf-8
|
|
|
|
/*.webmanifest
|
|
Content-Type: application/manifest+json; charset=utf-8
|
|
|
|
/*.xml
|
|
Content-Type: text/xml; charset=utf-8
|