From 8f27f0a6df62a43ea12da4f5c83f672fc10e0870 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:33:08 +0000 Subject: [PATCH] Updated 'trusted-set-cookie' documentation (minor) --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index edf3cd2..b249772 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1081,7 +1081,7 @@ Parameters: - empty string for no value - `$now$` keyword for setting current time in ms, e.g 1667915146503. Can be used inside a string since [1.58.1b0](https://github.com/gorhill/uBlock/commit/0e1e4b82c5ea464f1e7837c5c8f400e5ffac4b3c) - `$currentDate$` keyword for setting current time as string, e.g 'Tue Nov 08 2022 13:53:19 GMT+0300' - - `$currentISODate$` keyword for setting current time in ISO format as string, e.g '2024-07-07T12:10:00.641Z' (since [1.58.1b13](https://github.com/gorhill/uBlock/commit/a3576ea6519dc08e5244dafc296dc8ac31b07655)) + - `$currentISODate$` keyword for setting current time in ISO format as string, e.g '2024-07-07T12:10:00.641Z' (since [1.58.1rc0](https://github.com/gorhill/uBlock/commit/a3576ea6519dc08e5244dafc296dc8ac31b07655)) - optional, offset from current time in seconds, after which cookie should expire; defaults to no offset. Possible values: - positive integer in seconds - `1year` keyword for setting expiration date to one year