GrafanaConfigurations.IsCsrfAlwaysCheckEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
public bool? IsCsrfAlwaysCheckEnabled { get; set; }
member this.IsCsrfAlwaysCheckEnabled : Nullable<bool> with get, set
Public Property IsCsrfAlwaysCheckEnabled As Nullable(Of Boolean)