From 4ab1c36ac9bfa07508b479f13334e6dd4e49cf0f Mon Sep 17 00:00:00 2001 From: Fanboynz Date: Mon, 6 Nov 2023 10:07:58 +1300 Subject: [PATCH] Add t/f to set-cookie (#3905) --- assets/resources/scriptlets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index c43356d58d92a..4d11aa7ab09b1 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -3384,7 +3384,7 @@ function setCookie( 'enabled', 'disabled', 'ok', 'on', 'off', - 'true', 'false', + 'true', 't', 'false', 'f', 'y', 'n', 'yes', 'no', ];