Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-07 15:16:49 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-07 15:16:49 +0300
commit4a96eab396304ac9501e799d12557318edd9c8eb (patch)
tree6cd6da410a1425d353c13e5acee6fbfc2ed3f5f3
parent23dbefe009545c208445d0e14fd878cd76082b5b (diff)
readme: remove old "known issues" section
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index c642cf7..7dddc68 100644
--- a/README.md
+++ b/README.md
@@ -726,16 +726,6 @@ localStorage.removeItem('debug')
- May 2014 (JS.LA) – [How I Built a BitTorrent Client in the Browser](https://vimeo.com/97324247) (progress update; node client working)
- Oct 2013 (RealtimeConf) – [WebRTC Black Magic](https://vimeo.com/77265280) (first mention of idea for WebTorrent)
-### Known issues
-
-#### Downloads don't start on Chromebook
-
-Chromebooks are set to refuse all incoming connections by default. To change this, run:
-
-```bash
-sudo iptables -P INPUT ACCEPT
-```
-
### License
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).