Disable Firefox new tab shortcuts and sponsored content
Add FirefoxHome policy to hide top sites, sponsored shortcuts, and Pocket articles on the new tab page for all profiles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -143,6 +143,13 @@ function Get-FirefoxEnterprisePolicies {
|
||||
policies = [ordered]@{
|
||||
DontCheckDefaultBrowser = $true
|
||||
DisableDefaultBrowserAgent = $true
|
||||
FirefoxHome = [ordered]@{
|
||||
Search = $true
|
||||
TopSites = $false
|
||||
SponsoredTopSites = $false
|
||||
Pocket = $false
|
||||
SponsoredPocket = $false
|
||||
}
|
||||
ExtensionSettings = [ordered]@{
|
||||
"uBlock0@raymondhill.net" = [ordered]@{
|
||||
installation_mode = "force_installed"
|
||||
|
||||
Reference in New Issue
Block a user