зеркало из https://github.com/mozilla/pjs.git
Bug 390295 - Searchplugin with digit in url cuts off url, p=Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r/sr=Neil, NPOTB
This commit is contained in:
Родитель
c8b4ae574b
Коммит
8e19129d22
|
@ -1216,7 +1216,7 @@ function BrowserSearchInternet()
|
|||
.getService(Components.interfaces.nsIInternetSearchService);
|
||||
var searchURL = searchDS.GetInternetSearchURL(searchEngineURI, "ABC", 0, 0, {value:0});
|
||||
if (searchURL) {
|
||||
searchRoot = searchURL.match(/[a-z]+:\/\/[a-z.-]+/);
|
||||
searchRoot = searchURL.match(/^[^:]+:\/\/[^?/]+/i);
|
||||
if (searchRoot) {
|
||||
openTopWin(searchRoot + "/");
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче