There was an error while loading. Please reload this page.
1 parent 1ad9d01 commit b6e1f9bCopy full SHA for b6e1f9b
1 file changed
src/js/proxified-containers.js
@@ -50,6 +50,10 @@ proxifiedContainers = {
50
return false;
51
}
52
53
+ if (!matches.groups.port) {
54
+ matches.groups.port = 1080;
55
+ }
56
+
57
if (mozillaVpnData && mozillaVpnData.mozProxyEnabled === undefined) {
58
matches.groups.type = null;
59
0 commit comments