expand same-origin CORP header usage

This commit is contained in:
Daniel Micay 2021-04-14 23:08:44 -04:00
parent 63eed1a3ec
commit c7d1bdce2e

View File

@ -231,6 +231,7 @@ http {
location ~ "\.(ico|webmanifest)$" {
include snippets/security-headers.conf;
add_header Cross-Origin-Resource-Policy "same-origin";
add_header Cache-Control "public, max-age=604800";
}