noticket - fulfillr updates

This commit is contained in:
Bastian de Byl
2024-10-10 11:18:20 -04:00
parent 7e7780656a
commit de3651fa27
2 changed files with 2 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
- import_tasks: containers/debyltech/fulfillr.yml - import_tasks: containers/debyltech/fulfillr.yml
vars: vars:
image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.0018" image: "{{ aws_ecr_endpoint }}/fulfillr:20241010.1500
tags: debyltech, fulfillr tags: debyltech, fulfillr
- import_tasks: containers/home/nosql.yml - import_tasks: containers/home/nosql.yml

View File

@@ -35,6 +35,7 @@ server {
} }
location /api { location /api {
add_header Access-Control-Allow-Origin "$http_origin";
add_header Referrer-Policy "same-origin" always; add_header Referrer-Policy "same-origin" always;
# add_header Strict-Transport-Security "max-age=630720000; includeSubDomains" always; # add_header Strict-Transport-Security "max-age=630720000; includeSubDomains" always;
add_header X-Content-Type-Options "nosniff" always; add_header X-Content-Type-Options "nosniff" always;