Bug 1699219 - Enable JS support in the PDF viewer by default. r=calixte

Differential Revision: https://phabricator.services.mozilla.com/D108824
This commit is contained in:
Brendan Dahl 2021-03-17 18:37:43 +00:00
parent f47ce98c98
commit 42c4a7e79e

View File

@ -337,11 +337,7 @@ pref("browser.triple_click_selects_paragraph", true);
pref("pdfjs.renderInteractiveForms", true);
// Enable JavaScript support in the PDF viewer.
#ifdef NIGHTLY_BUILD
pref("pdfjs.enableScripting", true);
#else
pref("pdfjs.enableScripting", false);
#endif
pref("pdfjs.enableScripting", true);
// Disable support for MathML
pref("mathml.disabled", false);