From 659bd61af34f054809004e6d582d4ba76630a67b Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 1 Sep 2019 11:03:55 +0200 Subject: [PATCH] [qutebrowser] Revert to downloading PDFs for now Should implement checking existence of pdfjs on the system before either showing PDFs in the browser or downloading. --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 03513a5..1844991 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -24,7 +24,7 @@ c.content.host_blocking.lists = [ ] c.content.host_blocking.whitelist = ['piwik.org'] -c.content.pdfjs = True +c.content.pdfjs = False c.content.javascript.enabled = False js_whitelist = [ "*://*.youtube.com/*",