This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
commit 1aa01860f5eb975234d4e0cbdf505b49c211fe08 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 24 08:23:09 2022 +0200
fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
Bug 41388: Move this to onion security expectations --- .../components/extensions/schemas/chrome_settings_overrides.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/browser/components/extensions/schemas/chrome_settings_overrides.json b/browser/components/extensions/schemas/chrome_settings_overrides.json index 674e237a5696..96144745f574 100644 --- a/browser/components/extensions/schemas/chrome_settings_overrides.json +++ b/browser/components/extensions/schemas/chrome_settings_overrides.json @@ -45,7 +45,7 @@ "search_url": { "type": "string", "format": "url", - "pattern": "^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", + "pattern": "^(https://%7Chttp://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", "preprocess": "localize" }, "favicon_url": { @@ -66,7 +66,7 @@ "suggest_url": { "type": "string", "optional": true, - "pattern": "^$|^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", + "pattern": "^$|^(https://%7Chttp://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", "preprocess": "localize" }, "instant_url": { @@ -123,7 +123,7 @@ "type": "string", "optional": true, "format": "url", - "pattern": "^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", + "pattern": "^(https://%7Chttp://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", "preprocess": "localize" }, "alternate_urls": {