expand Feature-Policy based on specification
This commit is contained in:
parent
dbec906336
commit
9fd48da8ab
@ -9,6 +9,7 @@ Header always set Feature-Policy "accelerometer 'none'; \
|
|||||||
ambient-light-sensor 'none'; \
|
ambient-light-sensor 'none'; \
|
||||||
autoplay 'none'; \
|
autoplay 'none'; \
|
||||||
camera 'none'; \
|
camera 'none'; \
|
||||||
|
document-domain 'none'; \
|
||||||
encrypted-media 'none'; \
|
encrypted-media 'none'; \
|
||||||
fullscreen 'none'; \
|
fullscreen 'none'; \
|
||||||
geolocation 'none'; \
|
geolocation 'none'; \
|
||||||
@ -21,7 +22,9 @@ picture-in-picture 'none'; \
|
|||||||
speaker 'none'; \
|
speaker 'none'; \
|
||||||
sync-xhr 'none'; \
|
sync-xhr 'none'; \
|
||||||
usb 'none'; \
|
usb 'none'; \
|
||||||
vr 'none'"
|
vr 'none'; \
|
||||||
|
wake-lock 'none'; \
|
||||||
|
xr '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