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

Missing set-cookie values

peace2000 2023-12-09 23:54:56 +02:00
parent add06f8824
commit 0ac8ac8a7c

@ -977,8 +977,9 @@ Parameters:
- `ok`,
- `on`<sup>1</sup> / `off`<sup>1</sup>
- `true` / `t`<sup>3</sup> / `false` / `f`<sup>3</sup>,
- `y` / `n`,
- `yes` / `no`
- `yes` / `y` / `no` / `n`,
- `necessary` / `required`<sup>4</sup>
- optional, cookie path, defaults to /; possible values:
- `/`: root path
- `none`: to set no path at all
@ -986,6 +987,7 @@ Parameters:
<sup>1. [1.52.3b17](https://github.com/gorhill/uBlock/commit/eb66129fbfcdd3e1335cc5058d3afb1a887bad76)</sup>
<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>
The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.