
Preinstalled search extensions can't be blocked/uninstalled via `policy.json`?!
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
}
}
}
```