diff --git a/Resources-Library.md b/Resources-Library.md index 3cae08c..afb78bb 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1335,6 +1335,7 @@ Parameters: - `approved`5 / `disapproved`5 - `hide`6 / `hidden`6 - `essential`7 / `nonessential`7 + - `checked`8 / `unchecked`8 - optional, cookie path, defaults to /; possible values: - `/`: root path @@ -1347,6 +1348,7 @@ Parameters: 5. [1.57.3rc1](https://github.com/gorhill/uBlock/commit/7f0b2f4a5ef0013d4b5256adc343994bcce0f90e) 6. [1.58.1b7](https://github.com/gorhill/uBlock/commit/bdb99862ce93d61e9202ee1bad656276e4a9ee5a) 7. [1.58.1rc0](https://github.com/gorhill/uBlock/commit/37d31a82d8) +8. [1.59.1b5](https://github.com/gorhill/uBlock/commit/3e2171f550) The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`. @@ -1429,7 +1431,7 @@ Set a local/session storage entry to a specific, allowed value. Scriptlet won't - required, key name to be set. - required, key value; possible values: - positive decimal integer `<= 32767` - - one of the predefined constants: + - one of the predefined constants: - `''`: empty string - `undefined`, `null` - `false`, `true` @@ -1437,6 +1439,8 @@ Set a local/session storage entry to a specific, allowed value. Scriptlet won't - `yes`, `no` - `accept`, `reject` [1.57.3b9](https://github.com/gorhill/uBlock/commit/363ad6795c6fdbc42bf9aae468f1cb81bd990ab0) - `accepted`, `rejected` [1.57.3b9](https://github.com/gorhill/uBlock/commit/363ad6795c6fdbc42bf9aae468f1cb81bd990ab0) + - `allowed`, `denied` [1.59.1b5](https://github.com/gorhill/uBlock/commit/41c2258f91) + - all letter values from [`set-cookie`](https://github.com/uBlockOrigin/uBlock-issues/wiki/Resources-Library/_edit#set-cookiejs-) 1.59.1b5 ([79e10323ad](https://github.com/gorhill/uBlock/commit/79e10323ad)) - `{}`: empty object - `[]`: empty array - `""`