Skip to content
Snippets Groups Projects
Verified Commit 896ab5b0 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

grafana: set cookie SameSite to strict

parent 66c4994c
No related branches found
No related tags found
No related merge requests found
Pipeline #9519 passed
......@@ -214,7 +214,7 @@ secret_key = {{ vault_grafana_secret_key }}
cookie_secure = true
# set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
;cookie_samesite = lax
cookie_samesite = strict
# set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
;allow_embedding = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment