qutebrowser: modify some privacy settings

This commit is contained in:
Timothy DeHerrera 2020-07-14 17:32:01 -06:00
parent 446b906cfd
commit c1996b1722
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 10 additions and 4 deletions

View File

@ -20,9 +20,7 @@ c.confirm_quit = ['downloads']
# list) will work.
# Type: List of String
c.qt.args = [
'disable-reading-from-canvas', 'enable-native-gpu-memory-buffers',
'force-webrtc-ip-handling-policy=default_public_interface_only',
'no-sandbox'
'enable-native-gpu-memory-buffers'
]
# Allow websites to request geolocations.
@ -39,6 +37,14 @@ c.content.geolocation = False
# Type: Bool
c.content.headers.do_not_track = True
c.content.cookies.accept = "no-3rdparty"
c.content.canvas_reading = False
c.content.dns_prefetch = True
c.content.webrtc_ip_handling_policy = "default-public-interface-only"
# Enable host blocking.
# Type: Bool
c.content.host_blocking.enabled = False
@ -104,7 +110,7 @@ c.content.private_browsing = False
# Enable WebGL.
# Type: Bool
c.content.webgl = True
c.content.webgl = False
# Monitor load requests for cross-site scripting attempts. Suspicious
# scripts will be blocked and reported in the inspector's JavaScript