You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/12/09 06:36:06 UTC

[GitHub] [zeppelin] krishna-pandey commented on a change in pull request #3544: [ZEPPELIN-4471] Add HTTP security header X-Content-Type-Options

krishna-pandey commented on a change in pull request #3544: [ZEPPELIN-4471] Add HTTP security header X-Content-Type-Options
URL: https://github.com/apache/zeppelin/pull/3544#discussion_r355281895
 
 

 ##########
 File path: conf/zeppelin-site.xml.template
 ##########
 @@ -553,6 +553,14 @@
 </property>
 -->
 
+<!--
+<property>
+  <name>zeppelin.server.xcontent.type.options</name>
+  <value>nosniff</value>
+  <description>The HTTP X-Content-Type-Options response header helps to prevent MIME type sniffing attacks. It directs the browser to honor the type specified in the Content-Type header, rather than trying to determine the type from the content itself. The default value "nosniff" is really the only meaningful value.</description>
 
 Review comment:
   This header is supported on all Browsers with exception to Safari and Safari on iOS. Please add this word of caution in description.

----------------------------------------------------------------
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


With regards,
Apache Git Services