File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,11 @@ defaults_backend:
177
177
178
178
# NOTE: if your application adds these response headers - they will not be overwritten
179
179
defaults_security_headers :
180
- Strict-Transport-Security : ' max-age=16000000; includeSubDomains ; preload; '
180
+ Strict-Transport-Security : ' max-age=31536000; includeSubdomains ; preload'
181
181
X-Frame-Options : ' SAMEORIGIN' # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
182
182
X-Content-Type-Options : ' nosniff' # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options
183
183
X-Permitted-Cross-Domain-Policies : ' none'
184
+ Referrer-Policy : ' strict-origin-when-cross-origin' # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
184
185
185
186
defaults_frontend_route :
186
187
domains : []
You can’t perform that action at this time.
0 commit comments