Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urlbar stuff + shopping #1715

Closed
Thorin-Oakenpants opened this issue Sep 2, 2023 · 0 comments
Closed

urlbar stuff + shopping #1715

Thorin-Oakenpants opened this issue Sep 2, 2023 · 0 comments

Comments

@Thorin-Oakenpants
Copy link
Contributor

Thorin-Oakenpants commented Sep 2, 2023

this is easier to track in an issue. not saying all these are privacy/tracking issues

links

  • 1836260 [meta] shopping
  • 1844468 [meta] MDN
    • re MDN suggestions 1844495#c7
    • seems as if this is already disabled by 0807's browser.urlbar.suggest.quicksuggest.nonsponsored
    • but we also have browser.urlbar.mdn.featureGate
// urlbar weather [FF108+]
   // user_pref("browser.urlbar.weather.featureGate", false); // FF108+]
   // user_pref("browser.urlbar.weather.ignoreVPN", true); // [FF114+]

// urlbar addons [FF115+]
   //user_pref("browser.urlbar.addons.featureGate", false);
  // flipped true in FF118: https://bugzilla.mozilla.org/show_bug.cgi?id=1851940

// urlbar pocket [FF116+]
   // user_pref("browser.urlbar.pocket.featureGate", false);
   // user_pref("browser.urlbar.suggest.pocket", false);

// urlbar clipboard [FF118+]
   // [SETTING] Search>Search Suggestions>something something [FF119+ ?] see 1845159
   // user_pref("browser.urlbar.suggest.clipboard", false);
   // user_pref("browser.urlbar.clipboard.featureGate", false);

// urlbar trending search suggestions [FF?]
   // [SETTING] Search>Search Suggestions>Show trending search suggestions [FF119+ ?]
   // user_pref("browser.urlbar.suggest.trending", false);
   // user_pref("browser.urlbar.trending.featureGate", false);

// urlbar MDN [FF117+]
   // user_pref("browser.urlbar.suggest.mdn", false);
   // user_pref("browser.urlbar.mdn.featureGate", false); // hidden?

// shopping [FF116+]
   // user_pref("browser.shopping.experience2023.enabled", false); // [FF116+]
@Thorin-Oakenpants Thorin-Oakenpants changed the title urlbar stuff urlbar stuff + shopping Sep 3, 2023
This was referenced Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant