updated trusted-set-constant

D4niloMR 2024-09-23 00:49:56 -03:00
parent 42939e5a8f
commit 42a4181950
1 changed files with 1 additions and 1 deletions

@ -1255,7 +1255,7 @@ Behaves exactly like [set-constant](#set-constantjs-), except that any arbitrary
By default the value is treated as a string, which can be anything.
If the value starts with `{` and ends with `}`, the value will be JSON-parsed, and the `value` property of the resulting object will be used.
If the value starts with `{` and ends with `}`, the value will be JSON-parsed, and the `value` property of the resulting object will be used. Since [1.59.1b9](https://github.com/gorhill/uBlock/commit/ae5dc6299e513cb75c601fcebadff3a7235de6a4), `{ "value": ... }` can be replaced with `json:`.
Solves: https://github.com/uBlockOrigin/uAssets/discussions/18185#discussioncomment-5977456