Don't use pdfjs by default
This commit is contained in:
parent
192065de22
commit
4ac07e5a47
@ -45,7 +45,7 @@ c.confirm_quit = ['downloads']
|
|||||||
c.content.javascript.alert = True
|
c.content.javascript.alert = True
|
||||||
c.content.javascript.can_access_clipboard = True
|
c.content.javascript.can_access_clipboard = True
|
||||||
c.content.media_capture = 'ask'
|
c.content.media_capture = 'ask'
|
||||||
c.content.pdfjs = True
|
c.content.pdfjs = False
|
||||||
c.content.proxy = 'system'
|
c.content.proxy = 'system'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user