mirror of https://github.com/gorhill/uBlock.git
updated trusted-set-constant
parent
42939e5a8f
commit
42a4181950
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue