1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Optional Hardening (markdown)

yokoffing
2024-09-12 14:56:54 -04:00
parent af7cc9f2e2
commit 435897ce62
+1 -1
@@ -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. Firefox still forces user interaction with a permissions prompt regardless of this setting.
```javascript ```javascript
// PREF: always display the installation prompt for extensions // PREF: display the installation prompt for all extensions
user_pref("extensions.postDownloadThirdPartyPrompt", false); user_pref("extensions.postDownloadThirdPartyPrompt", false);
``` ```