Don't use pdfjs by default

This commit is contained in:
Thomas Dehaeze 2020-03-16 12:15:10 +01:00
parent 192065de22
commit 4ac07e5a47

View File

@ -45,7 +45,7 @@ c.confirm_quit = ['downloads']
c.content.javascript.alert = True
c.content.javascript.can_access_clipboard = True
c.content.media_capture = 'ask'
c.content.pdfjs = True
c.content.pdfjs = False
c.content.proxy = 'system'
#+END_SRC