Improve the proxy readiness indicator

This commit is contained in:
idk
2020-01-11 23:14:58 -05:00
parent 5c268f8b3d
commit 3b2112076b
8 changed files with 41 additions and 20 deletions

View File

@@ -30,7 +30,6 @@ function localHost(url) {
function extensionHost(url) {
var res = url.startsWith(browser.runtime.getURL(""));
console.log("Extension URL?", res, url, browser.runtime.getURL(""));
return res;
}