[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.
This commit is contained in:
Marty Oehme 2019-09-01 11:03:55 +02:00
parent 39e2035571
commit 659bd61af3

View file

@ -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/*",