my custom search provider for Firefox is broken. It worked like a charm until very recently. Can somebody show me how to fix it? It looks like this.
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Google Encrypted</ShortName>
<Description>Google Encrypted Search</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABUUlEQVR42pWTzUsCYRCH9y9zu3SooCCkjhIRRLeIykXokiWCJ7PvDpZRlz6si1lIQZ3SQxQdOhREpgSm0JeQvfu0+i6I7LKLh4F5h5nnnRl+o6jTdHn8omAYbVqhXqvYFXcEBKFDwcoZZB8B4LkEB9cwGGmFKHb01A1EU9JXzfdvDYZi1lwLwBcVAIwsNWPesIwls7gDtB2Z7N9ujVe+IX2LO2AgItB1OL9vJqsmILDrOoK02IkBAdYy4FsQJC5h+VQCHQDWTqYSgo8fuHuRxS4Ae3stQ7UGE5ttAHqCUgfxC7m4ryrowOyeO6CxqHwZxtYFqtYc5+kNan/gDTsAeueEIRj7n/rmRQMwueUAGF0VAAT3rQBTC0Y3DoDOGbm00icML4oWHYSTgo0MFqjlmPpDgqMcFCuQf4erBzjOwXjcriu9qHg0uutO2+es6fl67T9ptebvFRjBVgAAAABJRU5ErkJggg==</Image>
<Url type="application/x-suggestions+json" method="GET" template="https://encrypted.google.com/complete/search?client=firefox&q={searchTerms} "/>
<Url type="text/html" method="GET" template="https://encrypted.google.com/search">
<Param name="q" value="{searchTerms}"/>
</Url>
<SearchForm>https://encrypted.google.com/</SearchForm>
</SearchPlugin>
With no luck I've tried the new suggestions URL http://suggestqueries.google.com/complete/search?client=firefox&q={searchTerms}
.
Thankful for any advice!