Fix tandoor csrf and cors policy

main
trivernis 1 year ago
parent 65131260e0
commit b5113f7bb4
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -152,7 +152,9 @@ spec:
- name: DEBUG
value: "0"
- name: ALLOWED_HOSTS
value: '*'
value: "*"
- name: CSRF_TRUSTED_ORIGINS
value: "https://recipes.trivernis.dev"
- name: SECRET_KEY
valueFrom:
secretKeyRef:

Loading…
Cancel
Save