Tom
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
0 deletions
-
.env.template
-
src/config.rs
|
|
|
@ -406,6 +406,7 @@ |
|
|
|
## - "desktop-ui-migration-milestone-2": Special feature flag for desktop UI (Desktop >= 2026.2.0) |
|
|
|
## - "desktop-ui-migration-milestone-3": Special feature flag for desktop UI (Desktop >= 2026.2.0) |
|
|
|
## - "desktop-ui-migration-milestone-4": Special feature flag for desktop UI (Desktop >= 2026.2.0) |
|
|
|
## - "enable-basic-auth-response": Enable HTTP Basic Auth autofill in the browser extension (Browser >= 2026.9.0) |
|
|
|
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS= |
|
|
|
|
|
|
|
## Require new device emails. When a user logs in an email is required to be sent. |
|
|
|
|
|
|
|
@ -1427,6 +1427,7 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[ |
|
|
|
"pm-5594-safari-account-switching", |
|
|
|
"pm-32413-multi-client-password-management", |
|
|
|
// Autofill Team
|
|
|
|
"enable-basic-auth-response", |
|
|
|
"ssh-agent", |
|
|
|
"ssh-agent-v2", |
|
|
|
// Key Management Team
|
|
|
|
|