Loading src/modules/tor-control-port.js +2 −2 Original line number Diff line number Diff line Loading @@ -486,8 +486,8 @@ info.bridgeParser = function(bridgeLine) { // Several bridge types have a similar format: } else { result.type = tokens[0]; if (["flashproxy", "fte", "meek", "obfs3", "obfs4", "scramblesuit"] .indexOf(result.type) >= 0) { if (["flashproxy", "fte", "meek", "obfs3", "obfs4", "scramblesuit", "snowflake"].indexOf(result.type) >= 0) { [result.address, result.ID] = tokens.slice(1); } } Loading Loading
src/modules/tor-control-port.js +2 −2 Original line number Diff line number Diff line Loading @@ -486,8 +486,8 @@ info.bridgeParser = function(bridgeLine) { // Several bridge types have a similar format: } else { result.type = tokens[0]; if (["flashproxy", "fte", "meek", "obfs3", "obfs4", "scramblesuit"] .indexOf(result.type) >= 0) { if (["flashproxy", "fte", "meek", "obfs3", "obfs4", "scramblesuit", "snowflake"].indexOf(result.type) >= 0) { [result.address, result.ID] = tokens.slice(1); } } Loading