Allow localhost IP by default. (#2380)

This commit is contained in:
Tomasz Drwięga
2019-04-25 13:31:50 +02:00
committed by Bastian Köcher
parent c1deb66962
commit 93bc03cfe6
+2
View File
@@ -483,7 +483,9 @@ where
} else {
Some(vec![
"http://localhost:*".into(),
"http://127.0.0.1:*".into(),
"https://localhost:*".into(),
"https://127.0.0.1:*".into(),
"https://polkadot.js.org".into(),
"https://substrate-ui.parity.io".into(),
])