From 7b058db145a821288c5f6783d965925644f8b7c8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Dec 2017 13:01:56 -0200 Subject: Oops --- config.dot/qutebrowser/config.py.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3