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:
-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).