From d2265ced9b22a8deea1d3242d527ec0d309f27e9 Mon Sep 17 00:00:00 2001 From: the lemons Date: Tue, 8 Feb 2022 02:24:29 -0600 Subject: I forgot to re-add "secure" to the cookie again --- zzcxz.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzcxz.cgi b/zzcxz.cgi index f859fa0..90e8f0e 100755 --- a/zzcxz.cgi +++ b/zzcxz.cgi @@ -388,7 +388,7 @@ map["^/g/(%w%w%w%w%w)$"] = function(p) -- ]]):format(p) end - local hist_cookie = ('history=%s; path=/; max-age=99999999999') + local hist_cookie = ('history=%s; path=/; secure; max-age=99999999999') :format(table.concat(history, ',')..',') return base { -- cgit v1.2.3