mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-28 15:41:46 +05:30
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93d249cead | |||
| 39fcc224e1 |
@@ -1108,6 +1108,10 @@ user_pref("editor.truncate_user_pastes", false);
|
|||||||
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1695693,1719301
|
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1695693,1719301
|
||||||
//user_pref("network.http.windows-sso.enabled", false); // DEFAULT
|
//user_pref("network.http.windows-sso.enabled", false); // DEFAULT
|
||||||
|
|
||||||
|
// PREF: enforce no direct attestation in passkeys [FF144+]
|
||||||
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1981587 ***/
|
||||||
|
//user_pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: ADDRESS + CREDIT CARD MANAGER *
|
* SECTION: ADDRESS + CREDIT CARD MANAGER *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
### Betterfox Aqua
|
||||||
|
#### A user.js for Waterfox
|
||||||
|
Just FYI: There are some long-term issues with Waterfox where the browser doesn't load certain internal settings or resets prefs after restart. For examples, see https://github.com/BrowserWorks/waterfox/issues/3196 and https://github.com/BrowserWorks/waterfox/issues/3947.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Fork-specific files are side projects and will not update every release. When in doubt, use the standard Firefox user.js.
|
||||||
|
>
|
||||||
|
> This is also a reminder that Waterfox is based on the [Firefox ESR](https://support.mozilla.org/kb/firefox-esr-release-cycle) release cycle.
|
||||||
Reference in New Issue
Block a user