mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
disable JS execution in PDFs
This commit is contained in:
parent
b2d231b587
commit
8dfca77ae8
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ defaultPref("ui.systemUsesDarkTheme", 1);
|
|||
|
||||
// Enable PDFJS
|
||||
defaultPref("pdfjs.disabled", false);
|
||||
defaultPref("pdfjs.enableScripting", false);
|
||||
|
||||
|
||||
// =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue