Ravi Shah
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
reverse-proxy.conf
|
|
|
@ -72,7 +72,7 @@ server { |
|
|
|
|
|
|
|
# Set the security headers |
|
|
|
|
|
|
|
add-header Permissions-Policy "interest-cohort=()"; # Don't allow Google FLoC |
|
|
|
add_header Permissions-Policy "interest-cohort=()"; # Don't allow Google FLoC |
|
|
|
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"; #HSTS |
|
|
|
add_header X-Frame-Options DENY; #Prevents clickjacking |
|
|
|
add_header X-Content-Type-Options nosniff; #Prevents mime sniffing |
|
|
|
|