forked from I2P_Developers/i2p.i2p
SusiMail: Set no-cache headers
This commit is contained in:
@ -2114,6 +2114,9 @@ public class WebMail extends HttpServlet
|
||||
}
|
||||
}
|
||||
|
||||
response.setHeader("Pragma", "no-cache");
|
||||
response.setHeader("Cache-Control","no-cache");
|
||||
|
||||
//// Begin output
|
||||
|
||||
PrintWriter out = response.getWriter();
|
||||
|
Reference in New Issue
Block a user