diff --git a/application/basilisk/extensions/pdfjs/content/PdfJs.jsm b/application/basilisk/extensions/pdfjs/content/PdfJs.jsm index 7d757ea930..646f4b6351 100644 --- a/application/basilisk/extensions/pdfjs/content/PdfJs.jsm +++ b/application/basilisk/extensions/pdfjs/content/PdfJs.jsm @@ -340,9 +340,9 @@ var PdfJs = { * @return {boolean} Whether or not it's enabled. */ get enabled() { - if (!Services.policies.isAllowed("PDF.js")) { + /*if (!Services.policies.isAllowed("PDF.js")) { return false; - } + }*/ if (!Services.prefs.getBoolPref(PREF_ENABLED_CACHE_INITIALIZED, false)) { // If we just updated, and the cache hasn't been initialized, then we