Bug 431659 - Paritial violation of the HTML standard in window.external.AddSearchProvider
Summary: Paritial violation of the HTML standard in window.external.AddSearchProvider
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-15 21:19 UTC by Aaron Dewes
Modified: 2021-01-15 21:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dewes 2021-01-15 21:19:05 UTC
According to the HTML standard, "The AddSearchProvider() and IsSearchProviderInstalled() methods must do nothing." (https://html.spec.whatwg.org/multipage/obsolete.html#external). In Falkon however, they still do what they were supposed to do previously.
Instead, <link rel="search"> should be used, which I'm not sure of if it is supported in Falkon.