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