aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-08 02:24:29 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-08 02:24:29 -0600
commitd2265ced9b22a8deea1d3242d527ec0d309f27e9 (patch)
tree5568d22eae079457c9da727ce6fefd7e48f3cdf8
parent7a89e7148c5a9995c3b772440ed0b86427c8b708 (diff)
I forgot to re-add "secure" to the cookie again
-rwxr-xr-xzzcxz.cgi2
1 files changed, 1 insertions, 1 deletions
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 {