Browse Source
Fixed formatting when solving merge conflicts
pull/3752/head
Daniel García
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/config.rs
|
|
@ -775,7 +775,7 @@ fn validate_config(cfg: &ConfigItems) -> Result<(), Error> { |
|
|
|
err!("Invalid URL format for `PUSH_IDENTITY_URI`."); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const KNOWN_FLAGS: &[&str] = |
|
|
|
&["autofill-overlay", "autofill-v2", "browser-fileless-import", "fido2-vault-credentials"]; |
|
|
|
for flag in parse_experimental_client_feature_flags(&cfg.experimental_client_feature_flags).keys() { |
|
|
|