allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
769 stars 56 forks source link

Disable JavaScript in PDF form viewer #224

Closed Lem closed 2 years ago

Lem commented 3 years ago

Add an option to disable JavaScript in PDF form viewer for security reasons. Executing JavaScript embedded in PDF is a bad practice and is not needed in most situations. The default got changed from false to true. See https://support.mozilla.org/en-US/questions/1333222 for more details.

Setting: pdfjs.enableScripting: false Title: Disable JavaScript in PDF form viewer Description: Disables executing of JavaScript in the PDF form viewer. It is possible that some PDFs are not rendered correctly due to missing functions.