diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:01:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 13:01:56 -0200 |
commit | 7b058db145a821288c5f6783d965925644f8b7c8 (patch) | |
tree | 3ace9c3482d65356785da69522a75194766f8465 | |
parent | 54a42cc9319eda94d440a15778e2a9b70ed643e5 (diff) | |
download | qutebrowser-7b058db145a821288c5f6783d965925644f8b7c8.tar.gz qutebrowser-7b058db145a821288c5f6783d965925644f8b7c8.tar.bz2 |
Oops
-rw-r--r-- | config.dot/qutebrowser/config.py.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/qutebrowser/config.py.link b/config.dot/qutebrowser/config.py.link index 0a4c9ba..07250d2 100644 --- a/config.dot/qutebrowser/config.py.link +++ b/config.dot/qutebrowser/config.py.link @@ -525,7 +525,7 @@ 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"}' +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, |