Skip to content

Commit

Permalink
update compatibility table
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit dbc91fd
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Jan 25 13:27:14 2024 +0200

    update compatibility table
  • Loading branch information
slavaleleka committed Jan 25, 2024
1 parent 0729d65 commit a20ceb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions scripts/compatibility-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
{
"adg": "prevent-bab"
},
{
"adg": "prevent-element-src-loading"
},
{
"adg": "prevent-eval-if",
"ubo": "noeval-if.js (prevent-eval-if.js)"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -525,4 +528,4 @@
"ubo": "noop-0.5s.mp3"
}
]
}
}
3 changes: 2 additions & 1 deletion wiki/compatibility-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |
Expand Down Expand Up @@ -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 | |
Expand Down

0 comments on commit a20ceb2

Please sign in to comment.