Loading src/chrome/content/torbutton.js +2 −1 Original line number Diff line number Diff line Loading @@ -2803,6 +2803,7 @@ function torbutton_check_google_captcha(subject, topic, data) { // Split url into [?&]q=...[&$] if (browser) browser.loadURI(newUrl+querymatch[1], null, subject.URI.originCharset); else httpChannel.setResponseHeader("Location", newUrl+querymatch[1], false); torbutton_log(4, "Got Google Captcha. Redirecting"); } Loading Loading
src/chrome/content/torbutton.js +2 −1 Original line number Diff line number Diff line Loading @@ -2803,6 +2803,7 @@ function torbutton_check_google_captcha(subject, topic, data) { // Split url into [?&]q=...[&$] if (browser) browser.loadURI(newUrl+querymatch[1], null, subject.URI.originCharset); else httpChannel.setResponseHeader("Location", newUrl+querymatch[1], false); torbutton_log(4, "Got Google Captcha. Redirecting"); } Loading