SecurityResponse

data class SecurityResponse(val csrfAlwaysCheck: Boolean? = null)

Grafana security settings

Constructors

Link copied to clipboard
constructor(csrfAlwaysCheck: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set to true to execute the CSRF check even if the login cookie is not in a request (default false).