1
0
mirror of https://github.com/bitwarden/server synced 2026-01-01 08:03:23 +00: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

(cherry picked from commit 9b732c739a)
This commit is contained in:
Todd Martin
2024-12-11 10:10:20 -05:00
committed by Todd Martin
parent 11bc75f938
commit 0c876ddf25

View File

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