]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add support for Encoding in SearchEngine
[policy-templates.git] / README.md
index e997e52029d8fdf260513edfa9c6d75c4d33f2f0..107ec544341002ce343f07d0e1867c9f390a99c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5051,7 +5051,9 @@ Add new search engines (up to five). This policy is only available on the ESR. `
 
 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
 
-**Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
+`Encoding` is the query charset for the engine. It defaults to UTF-8.
+
+**Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
 **CCK2 Equivalent:** `searchplugins`\
 **Preferences Affected:** N/A
 
@@ -5473,8 +5475,7 @@ OMA-URI:
 ```
 Value (string):
 ```
-<enabled/>
-<data id="WebsiteFilter" value="1&#xF000;<all_urls>"/>
+<enabled/> <data id="WebsiteFilter" value="1&#xF000;&#60;all_urls&#62;"/>
 ```
 OMA-URI:
 ```

patrick-canterino.de