From 54a42cc9319eda94d440a15778e2a9b70ed643e5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Dec 2017 12:41:23 -0200 Subject: Privacy settings for qutebrowser --- README.md | 2 ++ config.dot/qutebrowser/config.py.link | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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). -- cgit v1.2.3