forked from I2P_Developers/i2p.i2p
* i2psnark: Don't send HTML-only headers for icons (2nd try)
This commit is contained in:
@ -186,6 +186,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
super.doGet(req, resp);
|
||||
else // no POST either
|
||||
resp.sendError(405);
|
||||
return;
|
||||
}
|
||||
|
||||
_themePath = "/themes/snark/" + _manager.getTheme() + '/';
|
||||
|
Reference in New Issue
Block a user