From 435897ce62eea6d375f4a0212fa43bb1aa03de86 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:56:54 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 1a35f7b..434505d 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -169,7 +169,7 @@ By default, when installing a [recommended extension](https://support.mozilla.or Firefox still forces user interaction with a permissions prompt regardless of this setting. ```javascript -// PREF: always display the installation prompt for extensions +// PREF: display the installation prompt for all extensions user_pref("extensions.postDownloadThirdPartyPrompt", false); ```