mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 09:07:57 +00:00
Allow localhost IP by default. (#2380)
This commit is contained in:
committed by
Bastian Köcher
parent
c1deb66962
commit
93bc03cfe6
@@ -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(),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user