Skip to content

Commit 7fd5877

Browse files
authored
fix: disable socks in chromeapp (#398)
1 parent 88fbbbe commit 7fd5877

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"chromeapp": {
2121
"./server.js": false,
22-
"dgram": "chrome-dgram"
22+
"dgram": "chrome-dgram",
23+
"socks": false
2324
},
2425
"bugs": {
2526
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"

0 commit comments

Comments
 (0)