From 5fd770d4db7f1397233db1e5ea1046ca15281125 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 1 Feb 2021 23:37:39 -0700 Subject: [PATCH] qutebrowser: use pdf viewer --- profiles/graphical/qutebrowser/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/graphical/qutebrowser/config.py b/profiles/graphical/qutebrowser/config.py index 52746541..787b1c38 100644 --- a/profiles/graphical/qutebrowser/config.py +++ b/profiles/graphical/qutebrowser/config.py @@ -31,6 +31,8 @@ c.qt.args = [ # - ask c.content.geolocation = False +c.content.pdfjs = True + # 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, # the DNT header is not sent at all.