From 2d82b7cc0cfe432ccbb5c30656f5386cb53ef7f2 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 13 Feb 2022 12:50:38 +0100 Subject: [PATCH] Shows a prompt when opening a link in external applications as hardening --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 1b04a10..941ad1e 100644 --- a/user.js +++ b/user.js @@ -1127,6 +1127,8 @@ user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN * [2] https://spectrum.ieee.org/tech-talk/telecom/security/more-worries-over-the-security-of-web-assembly * [3] https://www.zdnet.com/article/half-of-the-websites-using-webassembly-use-it-for-malicious-purposes ***/ user_pref("javascript.options.wasm", false); +/* 5590: show a prompt when opening a link in external applications ***/ +user_pref("security.external_protocol_requires_permission", true); /*** [SECTION 6000]: DON'T TOUCH ***/ user_pref("_user.js.parrot", "6000 syntax error: the parrot's 'istory!");