mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -133,6 +133,21 @@ user_pref("browser.download.alwaysOpenPanel", false);
|
|||||||
user_pref("browser.download.folderList", 1);
|
user_pref("browser.download.folderList", 1);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### Containers
|
||||||
|
|
||||||
|
Enable containers if you want to login to the same site under different accounts. You may also want to check out [Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) for extra options.
|
||||||
|
|
||||||
|
:bulb: Because of improvements to Firefox, there's no longer a privacy advantage in using containers; but if you still find it useful, feel free to enable them.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// PREF: enable Container tabs
|
||||||
|
user_pref("privacy.userContext.enabled", true);
|
||||||
|
```
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
### Public Key Pinning
|
### Public Key Pinning
|
||||||
:warning: Override if your antivirus software — or some other [source](https://github.com/yokoffing/Betterfox/issues/232#issuecomment-1732346856) — won't let you open websites ([example](https://www.reddit.com/r/firefox/comments/16mlv15/kaspersky_cant_scan_encrypted_connections_with/)).
|
:warning: Override if your antivirus software — or some other [source](https://github.com/yokoffing/Betterfox/issues/232#issuecomment-1732346856) — won't let you open websites ([example](https://www.reddit.com/r/firefox/comments/16mlv15/kaspersky_cant_scan_encrypted_connections_with/)).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user