Skip to content

Commit

Permalink
tests: check for x-content-type-options header
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 10, 2020
1 parent d04129c commit b27dc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional_test.js
Expand Up @@ -31,6 +31,7 @@ const expectedHeaders = {
'timing-allow-origin': '*',
'vary': 'Accept-Encoding',
'x-cache': '',
'x-content-type-options': 'nosniff',
'x-hello-human': undefined,
'x-hw': undefined
};
Expand Down

0 comments on commit b27dc59

Please sign in to comment.