File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,12 @@ http {
325
325
location = /allowed_signers.sig {}
326
326
location = /allowed_signers.asc {}
327
327
328
+ location = /manifest.webmanifest {
329
+ include snippets/security-headers.conf;
330
+ add_header Cross-Origin-Resource-Policy "same-origin" always;
331
+ add_header Cache-Control "public, max-age=604800" ;
332
+ }
333
+
328
334
location = /favicon.ico {
329
335
if ($http_accept ~ "image/svg\+xml" ) {
330
336
rewrite ^ /favicon.svg last ;
@@ -408,12 +414,6 @@ http {
408
414
add_header Cache-Control "public, max-age=31536000, immutable" ;
409
415
}
410
416
411
- location ~ "\.webmanifest$" {
412
- include snippets/security-headers.conf;
413
- add_header Cross-Origin-Resource-Policy "same-origin" always;
414
- add_header Cache-Control "public, max-age=604800" ;
415
- }
416
-
417
417
location ~ "\.svg$" {
418
418
include snippets/security-headers.conf;
419
419
add_header Cross-Origin-Resource-Policy "same-origin" always;
You can’t perform that action at this time.
0 commit comments