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;
|
OfferToSaveLoginsDefault = false;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
FirefoxHome = {
|
FirefoxHome = {
|
||||||
|
# https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs
|
||||||
Search = true;
|
Search = true;
|
||||||
TopSites = true;
|
TopSites = true;
|
||||||
SponsoredTopSites = false;
|
SponsoredTopSites = false;
|
||||||
Highlights = false;
|
Highlights = false;
|
||||||
Pocket = false;
|
Pocket = false;
|
||||||
SponsoredPocket = false;
|
SponsoredPocket = false;
|
||||||
|
|
||||||
|
# "Thought provoking stories"
|
||||||
|
Stories = false;
|
||||||
|
SponsoredStories = false;
|
||||||
};
|
};
|
||||||
UserMessaging = {
|
UserMessaging = {
|
||||||
ExtensionRecommendations = false;
|
ExtensionRecommendations = false;
|
||||||
|
|
@ -40,6 +45,10 @@ in {
|
||||||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||||
"layout.css.devPixelsPerPx" = 1.1;
|
"layout.css.devPixelsPerPx" = 1.1;
|
||||||
"full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window
|
"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
|
extensions.packages = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue