From 0ac8ac8a7ce4f3db84eab41f46ea1ecb61dbedc0 Mon Sep 17 00:00:00 2001 From: peace2000 <17256841+peace2000@users.noreply.github.com> Date: Sat, 9 Dec 2023 23:54:56 +0200 Subject: [PATCH] Missing set-cookie values --- Resources-Library.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 31d9a51..1add11f 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -977,8 +977,9 @@ Parameters: - `ok`, - `on`1 / `off`1 - `true` / `t`3 / `false` / `f`3, - - `y` / `n`, - - `yes` / `no` + - `yes` / `y` / `no` / `n`, + - `necessary` / `required`4 + - optional, cookie path, defaults to /; possible values: - `/`: root path - `none`: to set no path at all @@ -986,6 +987,7 @@ Parameters: 1. [1.52.3b17](https://github.com/gorhill/uBlock/commit/eb66129fbfcdd3e1335cc5058d3afb1a887bad76) 2. [1.52.3rc12](https://github.com/gorhill/uBlock/commit/d51b393fdbdc7dec0e21086795b9ce394cf21adf) 3. [1.53.1b8](https://github.com/gorhill/uBlock/commit/4ab1c36ac9bfa07508b479f13334e6dd4e49cf0f) +4. [1.53.5rc5](https://github.com/gorhill/uBlock/commit/32fb93c5256047d8ddbc3599ecfd1568b578e7fe) The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.