diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 030e3a2..22390f9 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -14,6 +14,8 @@ c.content.ssl_strict = True c.content.headers.accept_language = "en-US,en;q=0.5" c.content.headers.custom = { "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" } c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" +c.content.webrtc_ip_handling_policy = "default-public-interface-only" +c.content.cookies.accept = "no-3rdparty" c.downloads.location.directory = "/data/temporary" c.downloads.location.suggestion = "both" c.downloads.open_dispatcher = "rifle"