From 3a13e46c25ebb37de6c06df27705a2b613c10950 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 24 Nov 2015 14:24:58 +0100 Subject: [PATCH] disable pdfjs by default --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index fbe5c2319..d8808bdc1 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -841,7 +841,7 @@ def data(readonly=False): "required to exactly match the requested domain.\n\n" "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" "Note that the files can still be downloaded by clicking" " the download button in the pdf.js viewer."),