forked from I2P_Developers/i2p.i2p
lint core, console, i2ptunnel, jetty
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
if (!shutdownSoon) {
|
||||
if (d == null || "".equals(d)) {
|
||||
// set below
|
||||
} else if (intl.getNonce().equals(conNonceParam)) {
|
||||
} else if (net.i2p.router.web.CSSHelper.getNonce().equals(conNonceParam)) {
|
||||
d = net.i2p.data.DataHelper.stripHTML(d); // XSS
|
||||
intl.setRefresh(d);
|
||||
intl.setDisableRefresh(d);
|
||||
|
Reference in New Issue
Block a user