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

Updated Optional Hardening (markdown)

yokoffing
2024-09-12 14:55:58 -04:00
parent f7d00d6812
commit af7cc9f2e2
+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: show the 3rd party panel when installing recommended addons // PREF: always display the installation prompt for extensions
user_pref("extensions.postDownloadThirdPartyPrompt", false); user_pref("extensions.postDownloadThirdPartyPrompt", false);
``` ```