From a20ceb22a49828c89ddc21bb84d33ae39fbd162d Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Thu, 25 Jan 2024 14:34:44 +0300 Subject: [PATCH 1/2] update compatibility table Squashed commit of the following: commit dbc91fdb1d8db21108a5f61979387dcd0ba75757 Author: Slava Leleka Date: Thu Jan 25 13:27:14 2024 +0200 update compatibility table --- scripts/compatibility-table.json | 7 +++++-- wiki/compatibility-table.md | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/compatibility-table.json b/scripts/compatibility-table.json index b4e041ac6..30cb330a4 100644 --- a/scripts/compatibility-table.json +++ b/scripts/compatibility-table.json @@ -96,6 +96,9 @@ { "adg": "prevent-bab" }, + { + "adg": "prevent-element-src-loading" + }, { "adg": "prevent-eval-if", "ubo": "noeval-if.js (prevent-eval-if.js)" @@ -279,7 +282,7 @@ "ubo": "trusted-set-local-storage-item.js" }, { - "ubo": "trusted-replace-fetch-response.js" + "ubo": "trusted-replace-fetch-response.js (trusted-rpfr.js)" }, { "ubo": "json-prune-fetch-response.js" @@ -525,4 +528,4 @@ "ubo": "noop-0.5s.mp3" } ] -} \ No newline at end of file +} diff --git a/wiki/compatibility-table.md b/wiki/compatibility-table.md index 552ba17b1..3ccbd9a85 100644 --- a/wiki/compatibility-table.md +++ b/wiki/compatibility-table.md @@ -33,6 +33,7 @@ | [prevent-addEventListener](../wiki/about-scriptlets.md#prevent-addEventListener) | addEventListener-defuser.js (aeld.js, prevent-addEventListener.js) | prevent-listener | | [prevent-adfly](../wiki/about-scriptlets.md#prevent-adfly) | adfly-defuser.js (removed) | | | [prevent-bab](../wiki/about-scriptlets.md#prevent-bab) | | | +| [prevent-element-src-loading](../wiki/about-scriptlets.md#prevent-element-src-loading) | | | | [prevent-eval-if](../wiki/about-scriptlets.md#prevent-eval-if) | noeval-if.js (prevent-eval-if.js) | | | [prevent-fab-3.2.0](../wiki/about-scriptlets.md#prevent-fab-3.2.0) | | | | [prevent-fetch](../wiki/about-scriptlets.md#prevent-fetch) | no-fetch-if.js (prevent-fetch.js) | | @@ -87,7 +88,7 @@ | | trusted-set-constant.js (trusted-set.js) | | | | trusted-set-cookie.js | | | | trusted-set-local-storage-item.js | | -| | trusted-replace-fetch-response.js | | +| | trusted-replace-fetch-response.js (trusted-rpfr.js) | | | | json-prune-fetch-response.js | | | | json-prune-xhr-response.js | | | | trusted-replace-xhr-response.js | | From d71db5c457af311696cf7b96c4306a2e2ece83d1 Mon Sep 17 00:00:00 2001 From: Atlassian Bamboo Date: Thu, 25 Jan 2024 14:34:56 +0300 Subject: [PATCH 2/2] skipci: Automatic increment build number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d477d0019..563ea1969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adguard/scriptlets", - "version": "1.9.105", + "version": "1.9.106", "description": "AdGuard's JavaScript library of Scriptlets and Redirect resources", "scripts": { "build": "babel-node -x .js,.ts scripts/build.js",