Skip to content

Commit 8328563

Browse files
dsotirho-ucscachave11-ucsc
authored andcommitted
Add x-content-type-options header (DataBiosphere/azul-private#135)
1 parent bcb96dc commit 8328563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/browser/add_response_security_headers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function handler(event) {
1111
headers['strict-transport-security'] = {
1212
value: 'max-age=63072000; includeSubdomains; preload'
1313
};
14+
headers['x-content-type-options'] = { value: 'nosniff' };
1415
headers['x-frame-options'] = { value: 'DENY' };
1516
headers['x-xss-protection'] = { value: '1; mode=block' };
1617

0 commit comments

Comments
 (0)