Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
changed x-content-type-options to lowercase to see if the value will change
  • Loading branch information
Dark-Knight-1313 committed Jun 7, 2024
1 parent 415ec76 commit dd25f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ resources:
headers['strict-transport-security'] = { value: 'max-age=63072000; includeSubdomains; preload'};
headers['x-frame-options'] = { value: 'SAMEORIGIN'};
headers['x-frame-options'] = { value: 'DENY'};
headers['x-content-type-options'] = { value: 'NOSNIFF' };
headers['x-content-type-options'] = { value: 'nosniff' };
return response;
}
FunctionConfig:
Expand Down

0 comments on commit dd25f4e

Please sign in to comment.