1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-15 20:41:35 +01:00

[PM-15907] Disable cipher key encryption on self-hosted instances (#5140)

* Disable cipher key encryption on self-hosted instances

* Removed override instead of setting to false
This commit is contained in:
Todd Martin 2024-12-11 10:10:20 -05:00 committed by GitHub
parent 170836aba1
commit 9b732c739a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,6 @@ public static class FeatureFlagKeys
return new Dictionary<string, string>()
{
{ DuoRedirect, "true" },
{ CipherKeyEncryption, "true" },
};
}
}