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 19:01:36 UTC

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

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

 ##########
 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:
   Done!

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