I’m building a Linux desktop SOE and am hoping to get Brave Browser in. While I’ve configured Brave using policy as I liked, the browser ironically defaults to using Google Search.
I presumed that as “Brave” is a pre-defined search engine in the browser I could just do this with the json policy format I’m using:
"DefaultSearchProviderName": "Brave",
However it doesn’t work. It appears that I am required to define all of the DefaultSearchProvider fields from Chromium Policy as if I was adding a brand new search engine which didn’t already exist in the browser.
See https://chromeenterprise.google/policies/atomic-groups/#DefaultSearchProvider
- Could you please make it easier to make Brave search the default search using policy?
- In the short-term could someone please provide a complete example of how to do by defining every ‘DefaultSearchProvider’ Chromium policy field?
Thank you!