mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 20:21:36 +00:00
fix: disable socks in chromeapp (#398)
This commit is contained in:
parent
88fbbbeb9d
commit
7fd5877895
@ -19,7 +19,8 @@
|
||||
},
|
||||
"chromeapp": {
|
||||
"./server.js": false,
|
||||
"dgram": "chrome-dgram"
|
||||
"dgram": "chrome-dgram",
|
||||
"socks": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
|
||||
|
Loading…
Reference in New Issue
Block a user