Re-disable legacy authorization methods by default

This commit is contained in:
theguymadmax
2026-05-31 15:12:44 -04:00
parent 8b387c82cf
commit a6ae68433a
2 changed files with 33 additions and 1 deletions

View File

@@ -287,5 +287,5 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// <summary>
/// Gets or sets a value indicating whether old authorization methods are allowed.
/// </summary>
public bool EnableLegacyAuthorization { get; set; } = true;
public bool EnableLegacyAuthorization { get; set; }
}