Skip to content

Commit c2a2345

Browse files
committed
chore(install): remove new tab page wallpaper preference
This commit removes the user preference for enabling the New Tab page wallpaper in the installation script.
1 parent f716c30 commit c2a2345

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

install.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ Get-ChildItem -Path $firefoxProfilesPath | ForEach-Object {
7777
[PSCustomObject]@{
7878
"line" = "user_pref(`"toolkit.telemetry.enabled`", false);"
7979
"desc" = "Enable telemetry (disabled by default)"
80-
},
81-
[PSCustomObject]@{
82-
"line" = "user_pref(`"browser.newtabpage.activity-stream.newtabWallpapers.enabled`", true);"
83-
"desc" = "Enable New Tab page Wallpaper"
84-
}
80+
}
8581
)
8682
$fileContent = @"
8783
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

0 commit comments

Comments
 (0)