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

set-cookie t/f

gwarser 2023-11-05 22:41:07 +01:00
parent 3d4389ef21
commit 60cce91c83

@ -944,7 +944,7 @@ Parameters:
- `enabled`<sup>2</sup> / `disabled`<sup>2</sup>,
- `ok`,
- `on`<sup>1</sup> / `off`<sup>1</sup>
- `true` / `false`,
- `true` / `t`<sup>3</sup> / `false` / `f`<sup>3</sup>,
- `y` / `n`,
- `yes` / `no`
- optional, cookie path, defaults to /; possible values:
@ -952,7 +952,8 @@ Parameters:
- `none`: to set no path at all
<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>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>
The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.