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.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-1 by this push: new 7ed45432f45b fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing 7ed45432f45b is described below
commit 7ed45432f45badb664aa55d52358115b83c52954 Author: cypherpunks1 2478-cypherpunks1@gitlab.torproject.org AuthorDate: Fri Oct 21 11:21:23 2022 +0300
fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing
Fix blockchair-onion search extension --- .../components/extensions/schemas/chrome_settings_overrides.json | 6 +++--- browser/components/search/extensions/blockchair-onion/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/browser/components/extensions/schemas/chrome_settings_overrides.json b/browser/components/extensions/schemas/chrome_settings_overrides.json index 96144745f574..674e237a5696 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://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", + "pattern": "^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", "preprocess": "localize" }, "favicon_url": { @@ -66,7 +66,7 @@ "suggest_url": { "type": "string", "optional": true, - "pattern": "^$|^(https://%7Chttp://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", + "pattern": "^$|^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", "preprocess": "localize" }, "instant_url": { @@ -123,7 +123,7 @@ "type": "string", "optional": true, "format": "url", - "pattern": "^(https://%7Chttp://(localhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%7C%5C%5C%5B::1%5C...", + "pattern": "^(https://%7Chttp://(.+%5C%5C.onion%7Clocalhost%7C127%5C%5C.0%5C%5C.0%5C%5C.1%...", "preprocess": "localize" }, "alternate_urls": { diff --git a/browser/components/search/extensions/blockchair-onion/manifest.json b/browser/components/search/extensions/blockchair-onion/manifest.json index e7d15ee50247..f21840e079a6 100644 --- a/browser/components/search/extensions/blockchair-onion/manifest.json +++ b/browser/components/search/extensions/blockchair-onion/manifest.json @@ -20,7 +20,7 @@ "name": "BlockchairOnion", "search_url": "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/search", "search_form": "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/search...", - "search_url_post_params": "q={searchTerms}" + "search_url_get_params": "q={searchTerms}" } } }
tor-commits@lists.torproject.org