krishna-pandey opened a new pull request #3716: [ZEPPELIN-4723] Enable HTTP 
security headers by default
URL: https://github.com/apache/zeppelin/pull/3716
 
 
   ### What is this PR for?
   Zeppelin when installed with default configuration options doesn't enable 
the common web application security headers, e.g. 
zeppelin.server.xframe.options,  zeppelin.server.xxss.protection, 
zeppelin.server.jetty.name, zeppelin.server.xcontent.type.options. This leaves 
the Zeppelin installation vulnerable.
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   * Discuss HSTS header config (zeppelin.server.strict.transport) which if 
enabled requires TLS to be configured for Zeppelin to work
   
   ### What is the Jira issue?
   * [ZEPPELIN-4723](https://issues.apache.org/jira/browse/ZEPPELIN-4723)
   
   ### How should this be tested?
   * Below headers can be verified with received HTTP response 
   Server: 
   X-Content-Type-Options: nosniff
   X-FRAME-OPTIONS: SAMEORIGIN
   X-XSS-Protection: 1; mode=block
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to