-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[batch / auth / ci] Add standard security headers (#14782)
## Change Description Adds a set of standard API or web security headers to all responses for compliance. Strict transport security makes sure all clients use SSL/TLS connections to prevent man-in-the-middle attacks. The content security policy adds a layer of protection against loading or running bad referenced or injected content. ## Security Assessment Delete all except the correct answer: - This change has a medium security impact ### Impact Description Adds standard-practice strict-transport-security and content-security-policy headers. Makes our API and web responses strictly less flexible in browsers or clients than they were previously (Reviewers: please confirm the security impact before approving)
- Loading branch information
1 parent
36e5b06
commit 54aae49
Showing
5 changed files
with
175 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.