Skip to content

Commit a30cb7b

Browse files
committed
Merge branch 'v3' of https://github.com/uzh-bf/klicker-uzh into v3
2 parents e214cef + bc3ff35 commit a30cb7b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/charts/klicker-uzh-v3/templates/ingress-chat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
{{- end }}
2020
{{- if .Values.chat.allowedFrameAncestors }}
2121
haproxy.org/response-set-header: |
22-
Content-Security-Policy "frame-ancestors 'self' {{ .Values.chat.allowedFrameAncestors }}"
22+
Content-Security-Policy frame-ancestors 'self' {{ .Values.chat.allowedFrameAncestors }}
2323
{{- end }}
2424
{{- end }}
2525
spec:

deploy/charts/klicker-uzh-v3/templates/ingress-frontend-control.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
{{- end }}
2020
{{- if .Values.frontendControl.allowedFrameAncestors }}
2121
haproxy.org/response-set-header: |
22-
Content-Security-Policy "frame-ancestors 'self' {{ .Values.frontendControl.allowedFrameAncestors }}"
22+
Content-Security-Policy frame-ancestors 'self' {{ .Values.frontendControl.allowedFrameAncestors }}
2323
{{- end }}
2424
{{- end }}
2525
spec:

deploy/charts/klicker-uzh-v3/templates/ingress-frontend-pwa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
{{- end }}
2020
{{- if .Values.frontendPWA.allowedFrameAncestors }}
2121
haproxy.org/response-set-header: |
22-
Content-Security-Policy "frame-ancestors 'self' {{ .Values.frontendPWA.allowedFrameAncestors }}"
22+
Content-Security-Policy frame-ancestors 'self' {{ .Values.frontendPWA.allowedFrameAncestors }}
2323
{{- end }}
2424
{{- end }}
2525
spec:

0 commit comments

Comments
 (0)