Skip to content

Commit

Permalink
Add Firefox Suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
pistasjis authored and allo- committed Oct 14, 2021
1 parent 6bcc679 commit 2bc3444
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiles/01_default.json
Expand Up @@ -30,7 +30,8 @@
"screenshot.json",
"media_drm.json",
"media_widevinecdm.json",
"sensors.json"
"sensors.json",
"firefox_suggest.json"
],
"Privacy": [
"useragent.json",
Expand Down
14 changes: 14 additions & 0 deletions settings/firefox_suggest.json
@@ -0,0 +1,14 @@
[
{
"name": "firefox_suggest",
"type": "boolean",
"initial": true,
"label": "Disable Firefox Suggest",
"help_text": "The <a href=\"https://support.mozilla.org/en-US/kb/navigate-web-faster-firefox-suggest\">Firefox Suggest</a> feature allows Mozilla to provide search suggestions in the US, which uses your city location and search keywords to send suggestions. This is also used to serve advertisements.",
"addons": [],
"config": {
"browser.urlbar.groupLabels.enabled": false,
"browser.urlbar.quicksuggest.enabled": false
}
}
]

0 comments on commit 2bc3444

Please sign in to comment.