-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchEngines | Remove - Removing all default SearchEngines #706
Comments
Can you try changing the default search to your engine using SearchEngines | Default and see if that helps? |
SearchEngines | Default is set to a different search engine. Here is my setup (Note: I removed
I'm getting the impression this is somehow related to the other issue #705 I opened.
EDIT: Couldn't find anything suspicious in the |
Are you still seeing this after fixing the other langpack issues? I definitely don't see it by default. |
Did some more testing. Debian 10.9 1. Just remove all default SearchEnginesRemoving all SearchEngines without adding one is not possible for me, regardless of the langpack. This seems intentional and expected. 2. Removing all default SearchEngines and adding a new oneRemoving all SearchEngines and adding a new one shows the same behavior as above. All but one (Google for me) default SearchEngines are removed and the added one is second on the list. I would expect all default SearchEngines to be removed if at least one SearchEngine is added. 3. Remove all SearchEngines and adding one while force_install [email protected]
Now it gets weird. Some SearchEngines are removed, some not. Double checked NAME_OF_SEARCH_ENGINE, nothing wrong here. I don't know what's going on. Maybe some default english SearchEngines are removed and after that the german langpack adds new ones? 4. Removing default SearchEngines via ExtensionSettings as in #484 and adding a new one
This works! Note: They have to be both blocked via ExtensionSettings and removed via SearchEngines | Remove. ConclusionThe behavior of removing and adding SearchEngines sometimes doesn't work as I would expect it. |
Would it be possible to have this on mainline Firefox (that is, not ESR)? ESR (115.8.0esr, to be precise) seems to be broken for at least two major sites (Kagi and element.io). |
We don't currently have plans to put this on rapid release. Are you just trying to remove engines? What is broken about those sites? |
Do changes like this eventually end up on the rapid release, or does that mean this functionality won't be on the rapid release for the foreseeable future?
I'm trying to use a completely different set from the one Firefox comes with. I only ever use Kagi, so I want to remove the defaults, set up Kagi, and configure it as the default.
It's weird - only the top part of the page shows up at all. It's as if the search results have been blanked out by something. I don't see any errors in the network console, but maybe ESR has stricter origin rules or something? |
Yeah, we have no plans to put this on rapid release. Our concern is that search hijackers would use enterprise policy to change the engine. Other browser providers have worked around this by requiring you to be connected to an MDM service (Azure, etc) in order to use the policy.
We definitely don't have anything in the ESR around that. Could you point me to an exact page that doesn't work? |
I thought one of the main points of having an enterprise policy was that browsers could not easily override them. There's even
That won't be applicable in this case - I'm using it for my own devices.
You'll need a Kagi account, then go to any search page. On that page I see only the top beige bar, down to the menu starting with "Web", but the search result pane is just empty. |
It's working for me on the ESR. I wonder if something else is blocking it? Can you try a new profile? |
If the user is compromised, what good will "protecting" the default search engines be? And what if you want to prevent those searches showing up for child protection? Couldnt you solve this by requiring the policies.json owned by root? |
Ok, i found a solution: in nixos home-manager you can set the metadata to hidden (however you cant uninstall it it seems) |
Problem
I want to remove all preinstalled and add a custom search engine list. I do add a slightly different Google search engine URL after removing the default one (to get rid of the default
client=firefox
addition in the URL). All worked fine in ESR 68. But since ESR 78 the default Google engine isn't removed any more.System
The text was updated successfully, but these errors were encountered: