enginePrivate.xml (458B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> 3 <ShortName>test_urifixup_search_engine_private</ShortName> 4 <Description>test_urifixup_search_engine_private</Description> 5 <InputEncoding>UTF-8</InputEncoding> 6 <Url type="text/html" method="GET" template="https://www.example.org/"> 7 <Param name="private" value="{searchTerms}"/> 8 </Url> 9 <SearchForm>https://www.example.org/</SearchForm> 10 </SearchPlugin>