From 0c876ddf25a1c7a519ef6200e7ba865466b764ed Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:10:20 -0500 Subject: [PATCH] [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 9b732c739aa20654a0ecdb52a76927c75842cb67) --- src/Core/Constants.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 561f5f27c8..70e14b2213 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -171,7 +171,6 @@ public static class FeatureFlagKeys return new Dictionary() { { DuoRedirect, "true" }, - { CipherKeyEncryption, "true" }, }; } }