diff --git a/.infra/kube/tusd-kube.yaml b/.infra/kube/tusd-kube.yaml index cffd91f..9b83ccc 100644 --- a/.infra/kube/tusd-kube.yaml +++ b/.infra/kube/tusd-kube.yaml @@ -75,14 +75,6 @@ metadata: annotations: kubernetes.io/tls-acme: "true" kubernetes.io/ingress.class: "nginx" - nginx.ingress.kubernetes.io/configuration-snippet: | - # Security: Don't allow people to upload html and then have browsers parse it - if ($uri ~ \.(?!(jpe?g|gif|png|webp|webm|mp4|mpg|avi|3gp|wav|mp3))$) { - add_header Content-Type application/octet-stream; - add_header Content-Disposition "attachment; filename=$basename"; - add_header X-Download-Options noopen; - add_header X-Content-Type-Options nosniff; - } nginx.ingress.kubernetes.io/proxy-body-size: 0m nginx.ingress.kubernetes.io/proxy-connect-timeout: "300" nginx.ingress.kubernetes.io/proxy-read-timeout: "300" @@ -124,4 +116,4 @@ spec: name: tusd minReplicas: 1 maxReplicas: 5 - targetCPUUtilizationPercentage: 90 \ No newline at end of file + targetCPUUtilizationPercentage: 90