delete outdated comment

This commit is contained in:
afkbrb 2020-06-19 15:09:23 +08:00
parent 7b237b4d83
commit ffd92663d7

View File

@ -219,7 +219,6 @@ public class LoginCommand extends Command {
cookie.setMaxAge(60 * 60 * 24 * 365); // a year
cookie.setPath("/");
// set to false because OpenRefine doesn't require HTTPS
// though false is the default value, we set it explicitly here to bypass lgtm-bot alerts
cookie.setSecure(false);
response.addCookie(cookie);
}