From 60cce91c839d3ac89d40cf318dc739976d06bb0a Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 5 Nov 2023 22:41:07 +0100 Subject: [PATCH] set-cookie t/f --- Resources-Library.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 839c51b..a380c00 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -944,7 +944,7 @@ Parameters: - `enabled`2 / `disabled`2, - `ok`, - `on`1 / `off`1 - - `true` / `false`, + - `true` / `t`3 / `false` / `f`3, - `y` / `n`, - `yes` / `no` - optional, cookie path, defaults to /; possible values: @@ -952,7 +952,8 @@ Parameters: - `none`: to set no path at all 1. [1.52.3b17](https://github.com/gorhill/uBlock/commit/eb66129fbfcdd3e1335cc5058d3afb1a887bad76) -2. [1.52.3rc12](https://github.com/gorhill/uBlock/commit/d51b393fdbdc7dec0e21086795b9ce394cf21adf) +2. [1.52.3rc12](https://github.com/gorhill/uBlock/commit/d51b393fdbdc7dec0e21086795b9ce394cf21adf) +3. [1.53.1b8](https://github.com/gorhill/uBlock/commit/4ab1c36ac9bfa07508b479f13334e6dd4e49cf0f) The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.