You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2017/09/08 15:15:02 UTC

[09/24] knox git commit: KNOX-1028 - X-Frame-Options and other security headers are ineffective

KNOX-1028 - X-Frame-Options and other security headers are ineffective

Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/5f413f35
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/5f413f35
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/5f413f35

Branch: refs/heads/KNOX-998-Package_Restructuring
Commit: 5f413f35eb9fd67f67ff031d5b0b15af534d54e6
Parents: c7cbd46
Author: Larry McCay <lm...@hortonworks.com>
Authored: Thu Sep 7 18:13:59 2017 -0400
Committer: Larry McCay <lm...@hortonworks.com>
Committed: Thu Sep 7 18:13:59 2017 -0400

----------------------------------------------------------------------
 gateway-release/home/conf/topologies/manager.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/5f413f35/gateway-release/home/conf/topologies/manager.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/conf/topologies/manager.xml b/gateway-release/home/conf/topologies/manager.xml
index 8ca9024..22f8a91 100644
--- a/gateway-release/home/conf/topologies/manager.xml
+++ b/gateway-release/home/conf/topologies/manager.xml
@@ -26,7 +26,7 @@
             <param><name>csrf.enabled</name><value>true</value></param>
             <param><name>csrf.customHeader</name><value>X-XSRF-Header</value></param>
             <param><name>csrf.methodsToIgnore</name><value>GET,OPTIONS,HEAD</value></param>
-            <param><name>xframe-options.enabled</name><value>true</value></param>
+            <param><name>xframe.options.enabled</name><value>true</value></param>
         </provider>
 
         <provider>