mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: attempt to mitigate CVE-2024-4367 + hardening
https://codeanlabs.com/blog/research/cve-2024-4367-arbitrary-js-execution-in-pdf-js/
This commit is contained in:
parent
ae471c224b
commit
a2640115c9
@ -569,6 +569,12 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
|
"pdfjs.isEvalSupported": {
|
||||||
|
"Comment": "CVE-2024-4367 and hardening. I don't think pdf files should be that clever.",
|
||||||
|
"Status": "locked",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
"pdfjs.pageColorsBackground": {
|
"pdfjs.pageColorsBackground": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
|
Loading…
Reference in New Issue
Block a user