aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-21 12:41:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-21 12:41:23 -0200
commit54a42cc9319eda94d440a15778e2a9b70ed643e5 (patch)
tree83b1cf0624184ad2dd7189149605fe193babe53b
parent1b9ebc750622c156505f8223fe2f5c54a8541c11 (diff)
downloadqutebrowser-54a42cc9319eda94d440a15778e2a9b70ed643e5.tar.gz
qutebrowser-54a42cc9319eda94d440a15778e2a9b70ed643e5.tar.bz2
Privacy settings for qutebrowser
-rw-r--r--README.md2
-rw-r--r--config.dot/qutebrowser/config.py.link5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 603aba9..4562c11 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,5 @@
This is the repository for qutebrowser configuration.
More information at https://git.fluxo.info/metadot
+
+See also [qutebrowser - ArchWiki](https://wiki.archlinux.org/index.php/Qutebrowser).
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).