update Feature-Policy
This commit is contained in:
parent
1e4d525104
commit
13f1ce4034
@ -8,7 +8,9 @@ report-uri https://danielmicay.report-uri.com/r/d/csp/enforce"
|
|||||||
Header always set Feature-Policy "accelerometer 'none'; \
|
Header always set Feature-Policy "accelerometer 'none'; \
|
||||||
ambient-light-sensor 'none'; \
|
ambient-light-sensor 'none'; \
|
||||||
autoplay 'none'; \
|
autoplay 'none'; \
|
||||||
|
battery 'none'; \
|
||||||
camera 'none'; \
|
camera 'none'; \
|
||||||
|
display-capture 'none'; \
|
||||||
document-domain 'none'; \
|
document-domain 'none'; \
|
||||||
encrypted-media 'none'; \
|
encrypted-media 'none'; \
|
||||||
fullscreen 'none'; \
|
fullscreen 'none'; \
|
||||||
@ -22,9 +24,8 @@ picture-in-picture 'none'; \
|
|||||||
speaker 'none'; \
|
speaker 'none'; \
|
||||||
sync-xhr 'none'; \
|
sync-xhr 'none'; \
|
||||||
usb 'none'; \
|
usb 'none'; \
|
||||||
vr 'none'; \
|
|
||||||
wake-lock 'none'; \
|
wake-lock 'none'; \
|
||||||
xr 'none'"
|
xr-spatial-tracking 'none'"
|
||||||
|
|
||||||
<FilesMatch "\.(html|txt|webmanifest|xml)$">
|
<FilesMatch "\.(html|txt|webmanifest|xml)$">
|
||||||
Header set Cache-Control "public, max-age=1800"
|
Header set Cache-Control "public, max-age=1800"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user