mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Add option to disable deprecated legacy authorization options (#13306)
This commit is contained in:
@@ -276,4 +276,9 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
||||
/// </summary>
|
||||
/// <value>The trickplay options.</value>
|
||||
public TrickplayOptions TrickplayOptions { get; set; } = new TrickplayOptions();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether old authorization methods are allowed.
|
||||
/// </summary>
|
||||
public bool EnableLegacyAuthorization { get; set; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user