mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Don't overwrite global location
This commit is contained in:
parent
3455cd5da8
commit
6e95581f53
2 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,7 @@ var snowflake, query, debug, silenceNotifications, log, dbg, init;
|
|||
|
||||
snowflake = null;
|
||||
|
||||
query = Query.parse(location);
|
||||
query = Query.parse(location.search.substr(1));
|
||||
|
||||
debug = Params.getBool(query, 'debug', false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue