[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:
parent
39e2035571
commit
659bd61af3
1 changed files with 1 additions and 1 deletions
|
@ -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/*",
|
||||
|
|
Loading…
Reference in a new issue