Allow quick actions to be shown in url bar

This commit is contained in:
Mauro Balades
2024-04-14 20:04:57 +02:00
parent 62fdd756b7
commit 89b882bf59
2 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ pref('cookiebanners.service.mode.privateBrowsing', 1);
pref('browser.urlbar.unitConversion.enabled', true);
pref('browser.urlbar.trending.featureGate', false);
pref('browser.urlbar.weather.featureGate', true);
pref('browser.urlbar.quickactions.enabled', true);
// new tab page
pref('browser.newtabpage.activity-stream.feeds.topsites', false);