disable pdfjs by default
This commit is contained in:
parent
cab1d3c666
commit
3a13e46c25
@ -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."),
|
||||||
|
Loading…
Reference in New Issue
Block a user