summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index b42c3646..55481d1b 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -363,7 +363,7 @@ http {
}
location ~ "\.(?:css|js|map|mjs)$" {
- include snippets/security-headers.conf;
+ include snippets/security-headers-base.conf;
add_header Cross-Origin-Resource-Policy "same-origin" always;
add_header Cache-Control "public, max-age=31536000, immutable";
}