add empty traffic-advice configuration

This commit is contained in:
Daniel Micay 2022-12-15 12:16:08 -05:00
parent 070ab91960
commit fb5b72e121
2 changed files with 5 additions and 0 deletions

View File

@ -335,6 +335,10 @@ http {
default_type application/json;
}
location = /.well-known/traffic-advice {
default_type application/trafficadvice+json;
}
location = / {
include snippets/security-headers.conf;
add_header Cross-Origin-Resource-Policy "same-origin" always;

View File

@ -0,0 +1 @@
[]