1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05: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

View File

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