1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

set-cookie: approved, disapproved

gwarser 2024-05-16 09:19:37 +02:00
parent 6b9591f648
commit 165502800a

@ -985,6 +985,7 @@ Parameters:
- `true` / `t`<sup>3</sup> / `false` / `f`<sup>3</sup>,
- `yes` / `y` / `no` / `n`,
- `necessary`<sup>4</sup> / `required`<sup>4</sup>
- `approved`<sup>5</sup>, `disapproved`<sup>5</sup>
- optional, cookie path, defaults to /; possible values:
- `/`: root path
@ -994,6 +995,7 @@ Parameters:
<sup>2. [1.52.3rc12](https://github.com/gorhill/uBlock/commit/d51b393fdbdc7dec0e21086795b9ce394cf21adf)</sup>
<sup>3. [1.53.1b8](https://github.com/gorhill/uBlock/commit/4ab1c36ac9bfa07508b479f13334e6dd4e49cf0f)</sup>
<sup>4. [1.53.5rc5](https://github.com/gorhill/uBlock/commit/32fb93c5256047d8ddbc3599ecfd1568b578e7fe)</sup>
<sup>5. [1.57.3rc1?](https://github.com/gorhill/uBlock/commit/7f0b2f4a5ef0013d4b5256adc343994bcce0f90e)</sup>
The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.