summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-02-03 16:02:17 +0100
committerPierre Ossman <ossman@cendio.se>2017-02-03 16:09:08 +0100
commit10e13d7a7e679360a2cb2bc22cd2b0d964c5acb6 (patch)
tree1271f05883873a4f07699671ec86a39d481bce23 /README.md
parente47591f4aaa0221a187d3ea2f61c7ab5bb93ed54 (diff)
downloadwebsockify-10e13d7a7e679360a2cb2bc22cd2b0d964c5acb6.tar.gz
Remove last bits of Flash WebSocket emulation
We require native support from the browsers now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 1dd0f21..6755779 100644
--- a/README.md
+++ b/README.md
@@ -94,20 +94,14 @@ These are not necessary for the basic operation.
wrapping the socket if the data starts with '\x16' or '\x80'
(indicating SSL).
-* Flash security policy: websockify detects flash security policy
- requests (again by sniffing the first packet) and answers with an
- appropriate flash security policy response (and then closes the
- port). This means no separate flash security policy server is needed
- for supporting the flash WebSockets fallback emulator.
-
* Session recording: This feature that allows recording of the traffic
sent and received from the client to a file using the `--record`
option.
* Mini-webserver: websockify can detect and respond to normal web
- requests on the same port as the WebSockets proxy and Flash security
- policy. This functionality is activated with the `--web DIR` option
- where DIR is the root of the web directory to serve.
+ requests on the same port as the WebSockets proxy. This functionality
+ is activated with the `--web DIR` option where DIR is the root of the
+ web directory to serve.
* Wrap a program: see the "Wrap a Program" section below.