mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
We don't need to worry about the base64 WebSockets.
That's only for very very old Firefox. Even for flash proxy it was only relevant for a short time.
This commit is contained in:
parent
7248cf92f3
commit
2d871a1a4f
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ buildUrl = (scheme, host, port, path, params) ->
|
|||
|
||||
makeWebsocket = (addr) ->
|
||||
url = buildUrl 'ws', addr.host, addr.port, '/'
|
||||
# TODO: Do we need to worry about the base64 version?
|
||||
ws = new WebSocket url
|
||||
###
|
||||
'User agents can use this as a hint for how to handle incoming binary data: if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue