From dc583905865880a18a6d5518c2c004c27bdab84c Mon Sep 17 00:00:00 2001 From: Ravi Shah <63246200+Rav4s@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:01:17 -0600 Subject: [PATCH] Fix typo --- subdomain-proxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdomain-proxy.conf b/subdomain-proxy.conf index d9842f8..ba27098 100644 --- a/subdomain-proxy.conf +++ b/subdomain-proxy.conf @@ -46,7 +46,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