Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Preinstalled search extensions can't be blocked/uninstalled via `policy.json`?!

  • No replies
  • 0 have this problem
  • 3 views

According to `about:support`, the following does **not** lead to removal of the amazon search extension (same is true for the bing and google counterparts). Why is that and how do I achieve kicking them out via policy?

``` {

 "policies": {
   "ExtensionSettings": {
     "amazon@search.mozilla.org": {
       "blocked": true
     }
 }

} ```

According to `about:support`, the following does **not** lead to removal of the amazon search extension (same is true for the bing and google counterparts). Why is that and how do I achieve kicking them out via policy? ``` { "policies": { "ExtensionSettings": { "amazon@search.mozilla.org": { "blocked": true } } } ```