forked from I2P_Developers/i2p.i2p
add X-Frame-Options to console headers
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
if (request.getCharacterEncoding() == null)
|
||||
request.setCharacterEncoding("UTF-8");
|
||||
|
||||
response.setHeader("X-Frame-Options", "SAMEORIGIN");
|
||||
|
||||
%>
|
||||
<%@page pageEncoding="UTF-8"%>
|
||||
<%@page trimDirectiveWhitespaces="true"%>
|
||||
|
Reference in New Issue
Block a user