We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8f0f3 commit 972f123Copy full SHA for 972f123
secure/headers.py
@@ -67,7 +67,7 @@ class Security_Headers:
67
value="accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; "
68
+ "encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; "
69
+ "microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; speaker 'none'; "
70
- + "sync-xhr 'none'; usb 'none'; vr 'none';",
+ + "sync-xhr 'none'; usb 'none'; vr 'none'",
71
info="Disable browser features and APIs",
72
)
73
0 commit comments