[tbb-commits] [tor-browser] branch tor-browser-102.4.0esr-12.0-1 updated: fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

gitolite role git at cupani.torproject.org
Fri Oct 21 08:28:44 UTC 2022


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 at 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://|http://(localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
+                    "pattern": "^(https://|http://(.+\\.onion|localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
                     "preprocess": "localize"
                   },
                   "favicon_url": {
@@ -66,7 +66,7 @@
                   "suggest_url": {
                     "type": "string",
                     "optional": true,
-                    "pattern": "^$|^(https://|http://(localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
+                    "pattern": "^$|^(https://|http://(.+\\.onion|localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
                     "preprocess": "localize"
                   },
                   "instant_url": {
@@ -123,7 +123,7 @@
                     "type": "string",
                     "optional": true,
                     "format": "url",
-                    "pattern": "^(https://|http://(localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
+                    "pattern": "^(https://|http://(.+\\.onion|localhost|127\\.0\\.0\\.1|\\[::1\\])(:\\d*)?(/|$)).*$",
                     "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/?q={searchTerms}",
-      "search_url_post_params": "q={searchTerms}"
+      "search_url_get_params": "q={searchTerms}"
     }
   }
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list