Prompt user before accepting incoming devtools connection

This commit is contained in:
Paul Rouget 2019-12-12 14:48:14 +01:00
parent 51f15a055e
commit 49376e3b31
6 changed files with 25 additions and 7 deletions

1
Cargo.lock generated
View file

@ -1219,6 +1219,7 @@ version = "0.0.1"
dependencies = [
"crossbeam-channel",
"devtools_traits",
"embedder_traits",
"headers",
"http",
"hyper",