Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Secure Headers to Oauth token endpoint #2378

Merged
merged 2 commits into from
Jul 10, 2019

Conversation

komalsukhani
Copy link
Contributor

@komalsukhani komalsukhani commented Jul 5, 2019

Fixes #2423

Added below headers in /oauth/token response

 "X-Content-Type-Options"    
 "X-XSS-Protection"          
 "X-Frame-Options"        
 "Strict-Transport-Security"
 "Cache-Control"
 "Pragma"
 "Expires"

@komalsukhani komalsukhani requested a review from buger July 5, 2019 09:40
@buger buger merged commit 96f02ac into master Jul 10, 2019
@buger buger deleted the oauth_add_security_cache_headers branch July 10, 2019 12:25
buger pushed a commit that referenced this pull request Jul 10, 2019
Added below headers in `/oauth/token` response
```
 "X-Content-Type-Options"    
 "X-XSS-Protection"          
 "X-Frame-Options"        
 "Strict-Transport-Security"
 "Cache-Control"
 "Pragma"
 "Expires"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Secure headers on Oauth Token endpoint
2 participants