firefox: disable hover preview tab as privacy settings maintenance.
This commit is contained in:
parent
86c7abad7b
commit
4e649c40fa
1 changed files with 3 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ pref("extensions.getAddons.discovery.api_url", "");
|
|||
pref("extensions.recommendations.privacyPolicyUrl", "https://trisquel.info/legal");
|
||||
pref("extensions.getAddons.search.browseURL", "https://gnuzilla.gnu.org/mozzarella/search.php?q=%TERMS%");
|
||||
|
||||
|
||||
// Disable pingback on first run
|
||||
pref("browser.newtabpage.activity-stream.fxaccounts.endpoint", "");
|
||||
|
||||
|
|
@ -304,3 +303,6 @@ pref("browser.ml.chat.enabled", false);
|
|||
// Hide from UI
|
||||
pref("browser.ml.chat.hideFromLabs", true);
|
||||
pref("browser.ml.chat.hideLabsShortcuts", true);
|
||||
|
||||
// Disable tab hover preview
|
||||
pref("browser.tabs.hoverPreview.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue