소스 검색

get rid of this {% else %}

pull/1036/head
sakkiii 5 년 전
부모
커밋
9174448e5e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      roles/matrix-grafana/templates/grafana.ini.j2

+ 0
- 1
roles/matrix-grafana/templates/grafana.ini.j2 파일 보기

@@ -11,7 +11,6 @@ content_security_policy = "{{ matrix_grafana_content_security_policy }}"
# specify content security policy template to customized template
{% if matrix_grafana_content_security_policy_customized %}
content_security_policy_template = """script-src http: https: 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline';img-src 'self' data:;base-uri 'self';connect-src 'self' grafana.com;manifest-src 'self';media-src 'none';form-action 'self';"""
{% else %}
{% endif %}

[auth.anonymous]


불러오는 중...
취소
저장