Skip to content
Snippets Groups Projects
Commit 93bc03cf authored by Tomasz Drwięga's avatar Tomasz Drwięga Committed by Bastian Köcher
Browse files

Allow localhost IP by default. (#2380)

parent c1deb669
No related merge requests found
......@@ -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(),
])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment