diff options
-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, |