mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
@@ -116,6 +116,17 @@ user_pref("default-browser-agent.enabled", false);
|
||||
|
||||
***
|
||||
|
||||
### Require Safe Negotiation
|
||||
|
||||
Some sites, like `EA.com`, will not let you login due to their weak encryption.
|
||||
|
||||
```
|
||||
// PREF: require safe SSL negotiation
|
||||
user_pref("security.ssl.require_safe_negotiation", true);
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
### Cross-origin referer
|
||||
Do not send a [referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) when navigating to a different site (e.g., `google.com` → `facebook.com`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user