feat: remove domain field from config and derive domain from headers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
||||
<ShortName>OmniSearch</ShortName>
|
||||
<Description>Lightweight metasearch engine</Description>
|
||||
<Url type="text/html" method="get" template="{{domain}}/search?q={searchTerms}"/>
|
||||
<Url type="text/html" method="get" template="{{scheme}}://{{domain}}/search?q={searchTerms}"/>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<OutputEncoding>UTF-8</OutputEncoding>
|
||||
<moz:SearchForm>{{domain}}/</moz:SearchForm>
|
||||
|
||||
Reference in New Issue
Block a user