From c5948c9a7fe220a6fb302d61778db59a5ff31e12 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:14:18 +0000 Subject: [PATCH] Updated 'trusted-set-cookie' documentation --- Resources-Library.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources-Library.md b/Resources-Library.md index b233115..edf3cd2 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1081,6 +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)) - 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