proxy-headers.conf 510 B

1234567
  1. # Include for headers to be (re)set in proxy mode (Salt managed)
  2. proxy_set_header X-Frame-Options "SAMEORIGIN; always;";
  3. proxy_set_header X-Content-Type-Options nosniff;
  4. proxy_set_header X-XSS-Protection "1; mode=block";
  5. proxy_set_header Strict-Transport-Security "max-age=15552000;includeSubDomains";
  6. proxy_set_header Content-Security-Policy "default-src blob: https: data: 'unsafe-inline' 'unsafe-eval' always; upgrade-insecure-requests";
  7. proxy_set_header Referrer-Policy "strict-origin-when-cross-origin";