File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ maintainers:
5
5
6
6
description : Helm chart to deploy the langsmith application and all services it depends on.
7
7
type : application
8
- version : 0.9.18
8
+ version : 0.9.19
9
9
appVersion : " 0.9.52"
Original file line number Diff line number Diff line change 29
29
proxy_connect_timeout {{ .Values.frontend.proxyConnectTimeout }};
30
30
proxy_send_timeout {{ .Values.frontend.proxyWriteTimeout }};
31
31
32
+ add_header Content-Security-Policy "frame-ancestors 'self'; object-src 'none'" always;
33
+ add_header X-Frame-Options "SAMEORIGIN" always;
34
+ add_header X-Content-Type-Options "nosniff" always;
35
+ add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
32
36
33
37
error_page 500 502 503 504 /50x.html;
34
38
location = /50x.html {
@@ -212,6 +216,11 @@ data:
212
216
proxy_connect_timeout {{ .Values.frontend.proxyConnectTimeout }};
213
217
proxy_send_timeout {{ .Values.frontend.proxyWriteTimeout }};
214
218
219
+ add_header Content-Security-Policy "frame-ancestors 'self'; object-src 'none'" always;
220
+ add_header X-Frame-Options "SAMEORIGIN" always;
221
+ add_header X-Content-Type-Options "nosniff" always;
222
+ add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
223
+
215
224
location / {
216
225
root /tmp/build;
217
226
index index.html index.htm;
You can’t perform that action at this time.
0 commit comments