From 391240bc7199938a4b5c41e43ac4a040981fe93a Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:06:36 +0200 Subject: [PATCH] [qutebrowser] Don't enable PDF.js since not available --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b9b1411..2d8aaee 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -121,7 +121,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*') # still be downloaded by clicking the download button in the pdf.js # viewer. # Type: Bool -c.content.pdfjs = True +c.content.pdfjs = False # Height (in pixels or as percentage of the window) of the completion. # Type: PercOrInt