Philipp Kolberg
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
9 deletions
-
src/config.rs
|
|
@ -757,17 +757,11 @@ fn validate_config(cfg: &ConfigItems) -> Result<(), Error> { |
|
|
|
} |
|
|
|
|
|
|
|
const SUPPORTED_FLAGS: &[&str] = &[ |
|
|
|
"display-kdf-iteration-warning", |
|
|
|
"fido2-vault-credentials", |
|
|
|
"trusted-device-encryption", |
|
|
|
"passwordless-login", |
|
|
|
"autofill-v2", |
|
|
|
"autofill-overlay", |
|
|
|
"autofill-v2", |
|
|
|
"browser-fileless-import", |
|
|
|
"item-share", |
|
|
|
"flexible-collections", |
|
|
|
"flexible-collections-v-1", |
|
|
|
"bulk-collection-access", |
|
|
|
"display-kdf-iteration-warning", |
|
|
|
"fido2-vault-credentials", |
|
|
|
]; |
|
|
|
for flag in parse_feature_flags(&cfg.feature_flags).keys() { |
|
|
|
if !SUPPORTED_FLAGS.contains(&flag.as_str()) { |
|
|
|