Begin new alert rule builder #100

Merged
amigan merged 16 commits from alertRuleBuilder91 into trunk 2025-01-11 16:47:07 -05:00
Showing only changes of commit dea68f2126 - Show all commits

View file

@ -245,6 +245,7 @@ func (a *Auth) routeAuth(w http.ResponseWriter, r *http.Request) {
Path: "/", Path: "/",
HttpOnly: true, HttpOnly: true,
Secure: true, Secure: true,
MaxAge: 60 * 60 * 24 * 30, // one month
} }
cookie.Domain = r.Host cookie.Domain = r.Host