[qutebrowser] Don't enable PDF.js since not available

This commit is contained in:
Marcel Kapfer 2021-05-09 21:06:36 +02:00
parent 95c69f0a01
commit 391240bc71
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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