Skip to content

Commit

Permalink
Fixes #1054
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaply committed Oct 3, 2023
1 parent aa3e9c4 commit 9c04e9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2978,10 +2978,10 @@ Customize Firefox Suggest (US only).

#### Windows (GPO)
```
Software\Policies\Mozilla\Firefox\FirefoxHome\WebSuggestions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredSuggestions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxHome\ImproveSuggest = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
```
#### Windows (Intune)
OMA-URI:
Expand Down Expand Up @@ -3019,7 +3019,7 @@ Value (string):
#### macOS
```
<dict>
<key>FirefoxHome</key>
<key>FirefoxSuggest</key>
<dict>
<key>WebSuggestions</key>
<true/> | <false/>
Expand All @@ -3036,7 +3036,7 @@ Value (string):
```
{
"policies": {
"FirefoxHome": {
"FirefoxSuggest": {
"WebSuggestions": true | false,
"SponsoredSuggestions": true | false,
"ImproveSuggest": true | false,
Expand Down

0 comments on commit 9c04e9d

Please sign in to comment.