Provide an alternative to AddSearchProvider for extensions
Categories
(Firefox :: Search, enhancement, P3)
Tracking
()
People
(Reporter: evilpies, Unassigned)
References
Details
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•4 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #3)
We're putting AddSearchProvider back for now. We don't have a good long-term story here.
Has it been removed again? I'm on Dev Edition and just found I was unable to add another engine from mycroftproject.com (I have many already installed), and installing the only relevant add-on I can find did not help.
Comment 5•4 years ago
|
||
Toggling pref dom.sidebar.enabled
back to true
fixed it.
Comment 6•4 years ago
|
||
(In reply to Roy Orbison from comment #4)
(In reply to Mike Kaply [:mkaply] from comment #3)
We're putting AddSearchProvider back for now. We don't have a good long-term story here.
Has it been removed again?
Yes, this was announced and discussed here and that was noted in various related bugs. Unfortunately I missed commenting in this bug.
To note at the end of the thread, the customisation of search engines (e.g. user-additions) is currently something we're discussing amongst the search team and I'd expect us to have a better idea of where we want to go in a couple of months.
Comment 7•4 years ago
|
||
That's disappointing. Having a good feature disappear, essentially because it's poorly promoted, disadvantages Firefox. I really like being able search things on specific sites without telling privacy-violating, tax-evading mega corporations every detail about me, and having those tools keep themselves updated. I know that's not being dropped completely from Firefox, but previous OpenSearch support was great.
Citing parity with Chrome is absurd because using other search engines represents a conflict of interest to Google. The DoS security aspect seems tenuous because (a) I've never once encountered a malicious search engine trying to use this API, and (b) if it is an issue, its invocation could be limited to genuine user-interaction events (in the same vein as preventing media autoplay) and have the same "prevent this site from creating more pop-ups" logic as alert()
.
Why not extend the existing <link>
functionality to <a>
tags (attributes are compatible) so engines may be added from user interaction without being relegated to hidden/subtle browser UI?
<a rel="search"
type="application/opensearchdescription+xml"
title="searchTitle"
href="pluginURL">Add a this site to your search providers</a>
Comment 8•4 years ago
|
||
(In reply to Roy Orbison from comment #7)
I really like being able search things on specific sites without telling privacy-violating, tax-evading mega corporations every detail about me, and having those tools keep themselves updated.
Most OpenSearch definitions I've seen don't actually use the update functionality, so they wouldn't be keeping up to date. They can still provide their own engines via the <link rel="search">
.
Citing parity with Chrome is absurd because using other search engines represents a conflict of interest to Google.
It has already been proven lots of times in the past that having differing implementations across browser hurts the open internet.
The DoS security aspect seems tenuous because...
That was just one of the contributing reasons.
Why not extend the existing
<link>
functionality to<a>
tags (attributes are compatible) so engines may be added from user interaction without being relegated to hidden/subtle browser UI?
Sites can already do this by providing WebExtensions with search engines defined within them. Hence sites still have two methods of providing engines.
In any case, this is getting off-topic for this bug as this is about allowing extensions to define custom engines. If you have other concerns please discuss in the previously cited thread.
Comment hidden (off-topic) |
Comment hidden (advocacy, metoo) |
Comment 11•4 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #8)
Most OpenSearch definitions I've seen don't actually use the update functionality, so they wouldn't be keeping up to date. They can still provide their own engines via the
<link rel="search">
.
There's 24000 that have update defined here if you want to look a bit harder:
https://mycroftproject.com/
(Yes, self promotion disclaimer...)
Comment hidden (advocacy) |
Updated•2 years ago
|
Description
•