mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-28 23:51:18 +05:30
Compare commits
3 Commits
622cba7985
..
149.0
| Author | SHA1 | Date | |
|---|---|---|---|
| fd29d4d313 | |||
| f1c8e3809d | |||
| 310cbdee6c |
+6
-6
@@ -98,27 +98,27 @@ user_pref("browser.privateWindowSeparation.enabled", false);
|
|||||||
* SECTION: AI *
|
* SECTION: AI *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
// PREF: AI default controls
|
// PREF: AI default controls
|
||||||
|
// [1] https://blog.mozilla.org/en/firefox/how-to-use-ai-controls/
|
||||||
user_pref("browser.ai.control.default", "blocked");
|
user_pref("browser.ai.control.default", "blocked");
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/416
|
|
||||||
user_pref("browser.ml.enable", false);
|
user_pref("browser.ml.enable", false);
|
||||||
|
|
||||||
// PREF: Translations
|
// PREF: Translations
|
||||||
user_pref("browser.ai.control.translations", "blocked");
|
//user_pref("browser.ai.control.translations", "blocked");
|
||||||
|
|
||||||
// PREF: Image alt text in Nightly PDF viewer
|
// PREF: Image alt text in Nightly PDF viewer
|
||||||
user_pref("browser.ai.control.pdfjsAltText", "blocked");
|
//user_pref("browser.ai.control.pdfjsAltText", "blocked");
|
||||||
|
|
||||||
// PREF: Tab group suggestions
|
// PREF: Tab group suggestions
|
||||||
// [1] https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups
|
// [1] https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups
|
||||||
user_pref("browser.ai.control.smartTabGroups", "blocked");
|
//user_pref("browser.ai.control.smartTabGroups", "blocked");
|
||||||
user_pref("browser.tabs.groups.smart.enabled", false);
|
user_pref("browser.tabs.groups.smart.enabled", false);
|
||||||
|
|
||||||
// PREF: Key points in link previews
|
// PREF: Key points in link previews
|
||||||
user_pref("browser.ai.control.linkPreviewKeyPoints", "blocked");
|
//user_pref("browser.ai.control.linkPreviewKeyPoints", "blocked");
|
||||||
user_pref("browser.ml.linkPreview.enabled", false);
|
user_pref("browser.ml.linkPreview.enabled", false);
|
||||||
|
|
||||||
// PREF: Chatbot in sidebar
|
// PREF: Chatbot in sidebar
|
||||||
user_pref("browser.ai.control.sidebarChatbot", "blocked");
|
//user_pref("browser.ai.control.sidebarChatbot", "blocked");
|
||||||
user_pref("browser.ml.chat.enabled", false);
|
user_pref("browser.ml.chat.enabled", false);
|
||||||
user_pref("browser.ml.chat.menu", false);
|
user_pref("browser.ml.chat.menu", false);
|
||||||
|
|
||||||
|
|||||||
+2
-3
@@ -3,7 +3,7 @@
|
|||||||
* Securefox *
|
* Securefox *
|
||||||
* "Natura non contristatur" *
|
* "Natura non contristatur" *
|
||||||
* priority: provide sensible security and privacy *
|
* priority: provide sensible security and privacy *
|
||||||
* version: 148 *
|
* version: 149 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
* credit: Most prefs are reproduced and adapted from the arkenfox project *
|
* credit: Most prefs are reproduced and adapted from the arkenfox project *
|
||||||
* credit urL: https://github.com/arkenfox/user.js *
|
* credit urL: https://github.com/arkenfox/user.js *
|
||||||
@@ -1106,7 +1106,7 @@ user_pref("editor.truncate_user_pastes", false);
|
|||||||
|
|
||||||
// PREF: disable automatic authentication on Microsoft sites [WINDOWS]
|
// PREF: disable automatic authentication on Microsoft sites [WINDOWS]
|
||||||
// [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);
|
//user_pref("network.http.windows-sso.enabled", false); // DEFAULT
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: ADDRESS + CREDIT CARD MANAGER *
|
* SECTION: ADDRESS + CREDIT CARD MANAGER *
|
||||||
@@ -1654,7 +1654,6 @@ user_pref("browser.tabs.crashReporting.sendReport", false);
|
|||||||
|
|
||||||
// PREF: assorted telemetry
|
// PREF: assorted telemetry
|
||||||
// [NOTE] Shouldn't be needed for user.js, but browser forks may want to disable these prefs.
|
// [NOTE] Shouldn't be needed for user.js, but browser forks may want to disable these prefs.
|
||||||
//user_pref("doh-rollout.disable-heuristics", true); // ensure DoH doesn't get enabled automatically
|
|
||||||
//user_pref("dom.security.unexpected_system_load_telemetry_enabled", false);
|
//user_pref("dom.security.unexpected_system_load_telemetry_enabled", false);
|
||||||
//user_pref("messaging-system.rsexperimentloader.enabled", false);
|
//user_pref("messaging-system.rsexperimentloader.enabled", false);
|
||||||
//user_pref("network.trr.confirmation_telemetry_enabled", false);
|
//user_pref("network.trr.confirmation_telemetry_enabled", false);
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Betterfox *
|
* Betterfox *
|
||||||
* "Ad meliora" *
|
* "Ad meliora" *
|
||||||
* version: 148 *
|
* version: 149 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
* SECTION: FASTFOX *
|
* SECTION: FASTFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
user_pref("gfx.canvas.accelerated.cache-size", 256); // reset pref
|
user_pref("gfx.canvas.accelerated.cache-size", 256); // reset pref
|
||||||
user_pref("gfx.webrender.layer-compositor", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SECUREFOX *
|
* SECTION: SECUREFOX *
|
||||||
|
|||||||
Reference in New Issue
Block a user