Add support for configuring allow_embedding for Grafana
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1626
This commit is contained in:
@ -16,6 +16,8 @@ content_security_policy = "{{ matrix_grafana_content_security_policy }}"
|
||||
content_security_policy_template = """{{ matrix_grafana_content_security_policy_template }}"""
|
||||
{% endif %}
|
||||
|
||||
allow_embedding = {{ matrix_grafana_allow_embedding }}
|
||||
|
||||
[auth.anonymous]
|
||||
# enable anonymous access
|
||||
enabled = {{ matrix_grafana_anonymous_access }}
|
||||
|
Reference in New Issue
Block a user