X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/bd9fc7c4d9d390ecf334290fdc5a6219043712e7..17fe8c8242fecf9ce67bd614e52f3df810e52c2a:/README.md?ds=inline diff --git a/README.md b/README.md index 16a6f6e..107ec54 100644 --- 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 @@ -5451,6 +5453,10 @@ Value (string): Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. The arrays are limited to 1000 entries each. +If you want to block all URLs, you can use `` or `*://*/*`. You can't have just a `*` on the right side. + +For specific protocols, use `https://*/*` or `http://*/*`. + As of Firefox 83 and Firefox ESR 78.5, file URLs are supported. **Compatibility:** Firefox 60, Firefox ESR 60\ @@ -5469,8 +5475,7 @@ OMA-URI: ``` Value (string): ``` - - + ``` OMA-URI: ```