cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About ( new look ) ...

oooii
Making moves

( other search engine ) , here ...

rrr1.jpg

Why are only ...

( Enabled ) and ( Not Enabled ) ...

These two choices ...

.........................

Before , can remove ( Search engine ) ...

.

3 REPLIES 3

Agentvirtuel
Leader

Hello

Customize Firefox using policies.json
https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson

SearchEngines | Remove
https://mozilla.github.io/policy-templates/#searchengines--remove

If you want to study Enterprise Policy Generator
https://addons.mozilla.org/firefox/addon/enterprise-policy-generator
https://connect.mozilla.org/t5/discussions/enterprise-policy-generator-an-open-source-browser-based/...

Remove search engine(s)

Below for illustration

{
  "policies": {
    "SearchEngines": {
      "Remove": [
        "Wikipedia (en)",
        "Perplexity"
      ]
    }
  }
}

Enterprise Policy Generator - Your browser is being managed by your organization

Firefox policy affect all profiles

Agentvirtuel
Leader

Linux
As for me

Illustration

{
  "policies": {
    "SearchEngines": {
      "Remove": [
        "Wikipédia (fr)",
        "Perplexity"
      ]
    }
  }
}

opt/firefox/distribution
Precision, the file, distribution.ini, that's a different subject unrelated

Agentvirtuel
Leader