Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7925233

Browse files
committed
Update from parent 'origin/master' (conflicts)
Commit: bb1b68d Parent branch: origin/master Forked at: 2afecf8
2 parents d1f9754 + bb1b68d commit 7925233

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

client/cli/src/commands/runcmd.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ pub struct RunCmd {
129129
///
130130
/// A comma-separated list of origins (protocol://domain or special `null`
131131
/// value). Value of `all` will disable origin validation. Default is to
132-
/// allow localhost, https://polkadot.js.org and
133-
/// https://substrate-ui.parity.io origins. When running in --dev mode the
134-
/// default is to allow all origins.
132+
/// allow localhost and https://polkadot.js.org origins. When running in
133+
/// --dev mode the default is to allow all origins.
135134
#[structopt(long = "rpc-cors", value_name = "ORIGINS", parse(try_from_str = parse_cors))]
136135
pub rpc_cors: Option<Cors>,
137136

@@ -370,7 +369,6 @@ impl CliConfiguration for RunCmd {
370369
"https://localhost:*".into(),
371370
"https://127.0.0.1:*".into(),
372371
"https://polkadot.js.org".into(),
373-
"https://substrate-ui.parity.io".into(),
374372
])
375373
}
376374
})

0 commit comments

Comments
 (0)