From f7126e5a5f3121f452af65d94b81ef79d44cbc98 Mon Sep 17 00:00:00 2001 From: the lemons Date: Mon, 7 Feb 2022 23:06:14 -0600 Subject: I forgot "secure" in the cookies --- zzcxz.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zzcxz.cgi b/zzcxz.cgi index 48b10f1..45a4f1d 100755 --- a/zzcxz.cgi +++ b/zzcxz.cgi @@ -358,7 +358,7 @@ map["^/g/(%w%w%w%w%w)$"] = function(p) if #hist > 25 then table.remove(hist, 1) end - local hist_cookie = ('history=%s; path=/; max-age=99999999999') + local hist_cookie = ('history=%s; path=/; secure; max-age=99999999999') :format(table.concat(hist, ',')..',') return base { @@ -400,6 +400,7 @@ local edit_template = template [[ $content
$preview + $log

READ THIS before touching anything. -- cgit v1.2.3