mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove Util.mightBeTBB
Trac 31222
This commit is contained in:
parent
5d26f76ba1
commit
8de6e26c59
2 changed files with 1 additions and 22 deletions
|
@ -114,11 +114,6 @@ var debug, snowflake, config, broker, ui, log, dbg, init, update, silenceNotific
|
|||
return;
|
||||
}
|
||||
|
||||
if (Util.mightBeTBB()) {
|
||||
ui.missingFeature("Will not run within Tor Browser.");
|
||||
return;
|
||||
}
|
||||
|
||||
config = new Config;
|
||||
if ('off' !== query.get('ratelimit')) {
|
||||
config.rateLimitBytes = Params.getByteCount(query, 'ratelimit', config.rateLimitBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue