aboutsummaryrefslogtreecommitdiff
path: root/config.dot/qutebrowser/config.py.link
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/qutebrowser/config.py.link')
-rw-r--r--config.dot/qutebrowser/config.py.link5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link
index c7ab255..0a4c9ba 100644
--- a/config.dot/qutebrowser/config.py.link
+++ b/config.dot/qutebrowser/config.py.link
@@ -520,10 +520,12 @@ c.fonts.messages.warning = '10pt monospace'
## Value to send in the `Accept-Language` header.
## Type: String
# c.content.headers.accept_language = 'en-US,en'
+c.content.headers.accept_language = 'en-US,en;q=0.5'
## Custom headers for qutebrowser HTTP requests.
## Type: Dict
# c.content.headers.custom = {}
+c.content.headers.custom = '{"accept": "text/html, */*; q=0.01"}'
## Value to send in the `DNT` header. When this is set to true,
## qutebrowser asks websites to not track your identity. If set to null,
@@ -543,6 +545,7 @@ c.fonts.messages.warning = '10pt monospace'
## User agent to send. Unset to send the default.
## Type: String
# c.content.headers.user_agent = None
+c.content.headers.user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0'
## Enable host blocking.
## Type: Bool
@@ -685,7 +688,7 @@ c.fonts.messages.warning = '10pt monospace'
## Enable WebGL.
## Type: Bool
-# c.content.webgl = True
+c.content.webgl = False
## Limit fullscreen to the browser window (does not expand to fill the
## screen).