FirefoxSuggest
Customize Firefox Suggest (US only).
Compatibility: Firefox 118, Firefox ESR 115.3.
CCK2 Equivalent: N/A
Preferences Affected: browser.urlbar.suggest.quicksuggest.nonsponsored, browser.urlbar.suggest.quicksuggest.sponsored, browser.urlbar.quicksuggest.dataCollection.enabled
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_WebSuggestionsValue (string):
<enabled/> or <disabled/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_SponsoredSuggestionsValue (string):
<enabled/> or <disabled/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_ImproveSuggestValue (string):
<enabled/> or <disabled/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_LockedValue (string):
<enabled/> or <disabled/><dict> <key>FirefoxSuggest</key> <dict> <key>WebSuggestions</key> <true/> | <false/> <key>SponsoredSuggestions</key> <true/> | <false/> <key>ImproveSuggest</key> <true/> | <false/> <key>Locked</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "FirefoxSuggest": { "WebSuggestions": true | false, "SponsoredSuggestions": true | false, "ImproveSuggest": true | false, "Locked": true | false } }}