[
https://issues.apache.org/jira/browse/HBASE-14148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14650142#comment-14650142
] Sean Busbey commented on HBASE-14148: ------------------------------------- An example in our code base of a filter that add headers: [NoCacheFilter|https://github.com/apache/hbase/blob/b16293b5e2d19b5d5d22549a111cda3f1e6ad55a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/NoCacheFilter.java] (and use in HttpServer: [ref|https://github.com/apache/hbase/blob/b16293b5e2d19b5d5d22549a111cda3f1e6ad55a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java#L575]) > Web UI Framable Page > -------------------- > > Key: HBASE-14148 > URL: https://issues.apache.org/jira/browse/HBASE-14148 > Project: HBase > Issue Type: Bug > Reporter: Apekshit Sharma > Assignee: Apekshit Sharma > Attachments: HBASE-14148-master.patch, HBASE-14148-v2-master.patch, > HBASE-14148-v3-master.patch > > > The web UIs do not include the "X-Frame-Options" header to prevent the pages > from being framed from another site. > Reference: > https://www.owasp.org/index.php/Clickjacking > https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet > https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options -- This message was sent by Atlassian JIRA (v6.3.4#6332)
