fix: disable socks in chromeapp (#398)

This commit is contained in:
Jocelyn Liu 2021-09-01 11:27:58 -07:00 committed by GitHub
parent 88fbbbeb9d
commit 7fd5877895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"