PDFjs
Disable or configure PDF.js, the built-in PDF viewer.
Compatibility: Firefox 77, Firefox ESR 68.9
CCK2 Equivalent: N/A
Preferences Affected: pdfjs.disabled, pdfjs.enablePermissions
Values
Section titled “Values”- If
Enabledis set tofalse, the built-in PDF viewer is disabled. - If
EnablePermissionsis set totrue, the built-in PDF viewer will honor document permissions like preventing the copying of text.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissionsValue (string):
<enabled/>or <disabled/><dict> <key>PDFjs</key> <dict> <key>Enabled</key> <true/> | <false/> <key>EnablePermissions</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "PDFjs": { "Enabled": true | false, "EnablePermissions": true | false } }}