You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2020/08/19 07:11:25 UTC

[GitHub] [incubator-livy] andrasbeni opened a new pull request #304: [LIVY-785] Enable adding security related HTTP headers to responses

andrasbeni opened a new pull request #304:
URL: https://github.com/apache/incubator-livy/pull/304


   
   
   ## What changes were proposed in this pull request?
   
   This change introduces a new configuration option `livy.server.security-headers.enabled`.
   When this property is set to true, the following security headers are added to HTTP
   responses by default:
   * X-XSS-Protection
   * X-Frame_options
   * X-Content-Type-Options
   
   Also, adds content type information to all responses as required when using content type option nosniff
   
   ## How was this patch tested?
   
   Tested manually
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org