1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 15:41:46 +05:30

add browser.urlbar.trimURLs

This commit is contained in:
yokoffing
2026-04-06 14:50:13 -04:00
committed by GitHub
parent 083141d5e8
commit 4573daf3ba
+2 -1
View File
@@ -10,7 +10,7 @@
/**************************************************************************** /****************************************************************************
* Betterfox Aqua * * Betterfox Aqua *
* "Ex nihilo nihil fit" * * "Ex nihilo nihil fit" *
* version: 140.8 * * version: 140.10 *
* url: https://github.com/yokoffing/Betterfox * * url: https://github.com/yokoffing/Betterfox *
****************************************************************************/ ****************************************************************************/
@@ -44,6 +44,7 @@ user_pref("browser.places.speculativeConnect.enabled", false);
user_pref("network.prefetch-next", false); user_pref("network.prefetch-next", false);
/** SEARCH / URL BAR ***/ /** SEARCH / URL BAR ***/
//user_pref("browser.urlbar.trimURLs", true); // FF default
//user_pref("browser.urlbar.trimHttps", true); // optional //user_pref("browser.urlbar.trimHttps", true); // optional
//user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); // optional //user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); // optional
user_pref("browser.search.suggest.enabled", false); user_pref("browser.search.suggest.enabled", false);