disable pdfjs by default

This commit is contained in:
Daniel Schadt 2015-11-24 14:24:58 +01:00
parent cab1d3c666
commit 3a13e46c25

View File

@ -841,7 +841,7 @@ def data(readonly=False):
"required to exactly match the requested domain.\n\n" "required to exactly match the requested domain.\n\n"
"Local domains are always exempt from hostblocking."), "Local domains are always exempt from hostblocking."),
('enable-pdfjs', SettingValue(typ.Bool(), 'true'), ('enable-pdfjs', SettingValue(typ.Bool(), 'false'),
"Enable pdf.js to view PDF files in the browser.\n\n" "Enable pdf.js to view PDF files in the browser.\n\n"
"Note that the files can still be downloaded by clicking" "Note that the files can still be downloaded by clicking"
" the download button in the pdf.js viewer."), " the download button in the pdf.js viewer."),