1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Clean up remove-server-version-header feature flag (#5573)

* Removed feature flag.

* Linting.
This commit is contained in:
Todd Martin
2025-03-30 12:57:05 -04:00
committed by GitHub
parent 6e81cee221
commit c154b6ad9b
2 changed files with 0 additions and 11 deletions

View File

@ -163,7 +163,6 @@ public static class FeatureFlagKeys
public const string EnableNewCardCombinedExpiryAutofill = "enable-new-card-combined-expiry-autofill";
public const string StorageReseedRefactor = "storage-reseed-refactor";
public const string TrialPayment = "PM-8163-trial-payment";
public const string RemoveServerVersionHeader = "remove-server-version-header";
public const string GeneratorToolsModernization = "generator-tools-modernization";
public const string NewDeviceVerification = "new-device-verification";
public const string MacOsNativeCredentialSync = "macos-native-credential-sync";