Add expandable policies to SVGZ
This commit is contained in:
parent
3615dfa351
commit
98de990c1c
|
@ -10,5 +10,7 @@ location ~* \.svgz$ {
|
||||||
add_header Content-Encoding gzip;
|
add_header Content-Encoding gzip;
|
||||||
|
|
||||||
include h5bp/security/x-content-type-options.conf;
|
include h5bp/security/x-content-type-options.conf;
|
||||||
|
include h5bp/security/content-security-policy.conf;
|
||||||
|
include h5bp/security/referrer-policy.conf;
|
||||||
include h5bp/cross-origin/requests.conf;
|
include h5bp/cross-origin/requests.conf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue