Permissions-Policy

main
Hugo Prata 5 years ago
parent 5892653af8
commit d980c3bbcd

@ -60,7 +60,7 @@
<add name="X-Xss-Protection" value="1; mode=block" />
<add name="Referrer-Policy" value="no-referrer" />
<add name="X-Permitted-Cross-Domain-Policies" value="none" />
<add name="Feature-Policy" value="accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'" />
<add name="Permissions-Policy" value="accelerometer=(),camera=(),geolocation=(),gyroscope=(),magnetometer=(),microphone=(),payment=(),usb=()" />
</customHeaders>
</httpProtocol>
<handlers>

Loading…
Cancel
Save