From 42a4181950b355d4dabeb7dad67ba9650b52da12 Mon Sep 17 00:00:00 2001 From: D4niloMR <70459964+D4niloMR@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:49:56 -0300 Subject: [PATCH] updated trusted-set-constant --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 2dd4a3c..d537ee7 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -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