Skip to content

Commit

Permalink
[PM-15907] Disable cipher key encryption on self-hosted instances (#5140
Browse files Browse the repository at this point in the history
)

* Disable cipher key encryption on self-hosted instances

* Removed override instead of setting to false

(cherry picked from commit 9b732c7)
  • Loading branch information
trmartin4 committed Dec 11, 2024
1 parent 11bc75f commit 0c876dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public static Dictionary<string, string> GetLocalOverrideFlagValues()
return new Dictionary<string, string>()
{
{ DuoRedirect, "true" },
{ CipherKeyEncryption, "true" },
};
}
}

0 comments on commit 0c876dd

Please sign in to comment.