mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
firefox: remove thought provoking shit
This commit is contained in:
parent
ae8273ee9d
commit
190e09e9b4
1 changed files with 9 additions and 0 deletions
|
|
@ -17,12 +17,17 @@ in {
|
|||
OfferToSaveLoginsDefault = false;
|
||||
PasswordManagerEnabled = false;
|
||||
FirefoxHome = {
|
||||
# https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs
|
||||
Search = true;
|
||||
TopSites = true;
|
||||
SponsoredTopSites = false;
|
||||
Highlights = false;
|
||||
Pocket = false;
|
||||
SponsoredPocket = false;
|
||||
|
||||
# "Thought provoking stories"
|
||||
Stories = false;
|
||||
SponsoredStories = false;
|
||||
};
|
||||
UserMessaging = {
|
||||
ExtensionRecommendations = false;
|
||||
|
|
@ -40,6 +45,10 @@ in {
|
|||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||
"layout.css.devPixelsPerPx" = 1.1;
|
||||
"full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window
|
||||
|
||||
# "Thought provoking stories"
|
||||
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||
};
|
||||
|
||||
extensions.packages = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue