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

set-cookie number up to 32767

gwarser 2024-03-15 19:17:50 +01:00
parent da6303fb9f
commit 9fffba83d5

@ -965,7 +965,7 @@ Sets a cookie with the specified name, value, and path.
Parameters:
- required, cookie name to be set
- required, cookie value; possible values:
- number: `>= 0 && <= 15`
- number: `>= 0 && <= 32767` (<= 15 up to [1.56.1b18](https://github.com/gorhill/uBlock/commit/9146134874050ee50a11e25f31034a2416cf5988))
- one of the predefined constants (in any case variation):
- `accept` / `reject`,
- `accepted`<sup>2</sup> / `rejected`<sup>2</sup> / `notaccepted`<sup>2</sup>,