mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-07-28 05:12:23 +02:00
@@ -17,10 +17,17 @@ www.bensuperpc.org {
|
|||||||
|
|
||||||
respond /uploads/*.php 404
|
respond /uploads/*.php 404
|
||||||
|
|
||||||
header / {
|
header {
|
||||||
|
# disable FLoC tracking
|
||||||
Permissions-Policy interest-cohort=()
|
Permissions-Policy interest-cohort=()
|
||||||
|
|
||||||
|
# enable HSTS
|
||||||
Strict-Transport-Security max-age=31536000;
|
Strict-Transport-Security max-age=31536000;
|
||||||
|
|
||||||
|
# disable clients from sniffing the media type
|
||||||
X-Content-Type-Options nosniff
|
X-Content-Type-Options nosniff
|
||||||
|
|
||||||
|
# clickjacking protection
|
||||||
X-Frame-Options DENY
|
X-Frame-Options DENY
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -49,3 +56,7 @@ portainer.bensuperpc.org {
|
|||||||
rickroll.bensuperpc.org {
|
rickroll.bensuperpc.org {
|
||||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ permanent
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
babyshark.bensuperpc.org {
|
||||||
|
redir https://www.youtube.com/watch?v=XqZsoesa55w permanent
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user