Remove properties from RecActionOptions class
Removed AddedWho and UseHttp1ForNtlm properties from RecActionOptions, leaving the class empty. This change cleans up unused configuration options.
This commit is contained in:
@@ -2,7 +2,5 @@
|
||||
|
||||
public class RecActionOptions
|
||||
{
|
||||
public string AddedWho { get; set; } = null!;
|
||||
|
||||
public bool UseHttp1ForNtlm { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user