Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
896ab5b0
Verified
Commit
896ab5b0
authored
Jul 08, 2021
by
Kristian Klausen
🎉
Browse files
grafana: set cookie SameSite to strict
parent
66c4994c
Pipeline
#9519
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/grafana/templates/grafana.ini.j2
View file @
896ab5b0
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment