diff --git a/Resources-Library.md b/Resources-Library.md index 4d4e4b7..cfd99f0 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -936,18 +936,24 @@ Parameters: - required, cookie value; possible values: - number: `>= 0 && <= 15` - one of the predefined constants (in any case variation): - - `true` - - `false` - - `yes` / `y` - - `no` / `n` - - `ok` - - `accept`/ `reject` - - `allow` / `deny` - - `on` / `off` [1.52.3b17](https://github.com/gorhill/uBlock/commit/eb66129fbfcdd3e1335cc5058d3afb1a887bad76) + - `accept` / `reject`, + - `accepted`2 / `rejected`2 / `notaccepted`2, + - `allow` / `deny`, + - `allowed`2 / `disallow`2, + - `enable`2 / `disable`2, + - `enabled`2 / `disabled`2, + - `ok`, + - `on`1 / `off`1 + - `true` / `false`, + - `y` / `n`, + - `yes` / `no` - optional, cookie path, defaults to /; possible values: - `/`: root path - `none`: to set no path at all +1. [1.52.3b17](https://github.com/gorhill/uBlock/commit/eb66129fbfcdd3e1335cc5058d3afb1a887bad76) +2. [1.52.3b17](https://github.com/gorhill/uBlock/commit/d51b393fdbdc7dec0e21086795b9ce394cf21adf) + The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`. Tokens: