-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AG-35716 Implement convertToUbo method for network rules in AGTree
Merge in ADGUARD-FILTERS/tsurlfilter from fix/AG-35716 to master Squashed commit of the following: commit 7c43513 Merge: 1e7d9c2 0f34994 Author: scripthunter7 <[email protected]> Date: Fri Sep 6 13:33:11 2024 +0200 Merge branch 'master' into fix/AG-35716 commit 1e7d9c2 Author: scripthunter7 <[email protected]> Date: Fri Sep 6 13:22:07 2024 +0200 bump version to 2.0.1 commit 215e3c7 Author: scripthunter7 <[email protected]> Date: Thu Sep 5 17:36:21 2024 +0200 change to const commit 19832dc Author: scripthunter7 <[email protected]> Date: Thu Sep 5 09:12:16 2024 +0200 make more tolerant commit a111601 Author: scripthunter7 <[email protected]> Date: Thu Sep 5 09:07:50 2024 +0200 update jsdoc commit e7df1af Author: scripthunter7 <[email protected]> Date: Thu Sep 5 09:05:36 2024 +0200 update exports commit bb6d859 Author: scripthunter7 <[email protected]> Date: Thu Sep 5 09:05:25 2024 +0200 small improve commit 930cbef Author: scripthunter7 <[email protected]> Date: Thu Sep 5 09:05:04 2024 +0200 fix nit commit 2f18b64 Author: scripthunter7 <[email protected]> Date: Thu Sep 5 08:59:50 2024 +0200 update changelog commit edea4be Author: scripthunter7 <[email protected]> Date: Thu Sep 5 08:58:24 2024 +0200 improvements commit 80607af Author: scripthunter7 <[email protected]> Date: Wed Sep 4 19:04:13 2024 +0200 add reference commit e9a4813 Author: scripthunter7 <[email protected]> Date: Wed Sep 4 18:59:33 2024 +0200 add comment commit 379bf41 Author: scripthunter7 <[email protected]> Date: Wed Sep 4 18:58:00 2024 +0200 basic network rule conversion to ubo syntax commit 8834807 Author: scripthunter7 <[email protected]> Date: Wed Sep 4 18:55:58 2024 +0200 handle redirect resource types in compatibility tables api commit 5a35930 Author: scripthunter7 <[email protected]> Date: Wed Sep 4 18:55:14 2024 +0200 add resource types to ubo redirects
- Loading branch information
1 parent
0f34994
commit 5f9820b
Showing
50 changed files
with
582 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/agtree/src/compatibility-tables/redirects/amazon_ads.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: amazon_ads.js | ||
resource_types: | ||
- script |
3 changes: 3 additions & 0 deletions
3
packages/agtree/src/compatibility-tables/redirects/ampproject_v0.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: ampproject_v0.js | ||
resource_types: | ||
- script | ||
|
2 changes: 2 additions & 0 deletions
2
packages/agtree/src/compatibility-tables/redirects/chartbeat.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: chartbeat.js | ||
resource_types: | ||
- script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
packages/agtree/src/compatibility-tables/redirects/google-analytics_cx_api.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: google-analytics_cx_api.js | ||
resource_types: | ||
- script | ||
|
2 changes: 2 additions & 0 deletions
2
packages/agtree/src/compatibility-tables/redirects/google-analytics_inpage_linkid.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: google-analytics_inpage_linkid.js | ||
resource_types: | ||
- script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/agtree/src/compatibility-tables/redirects/hd-main.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: hd-main.js | ||
resource_types: | ||
- script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/agtree/src/compatibility-tables/redirects/outbrain-widget.js.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO: add description and documentation reference | ||
ubo_any: | ||
name: outbrain-widget.js | ||
resource_types: | ||
- script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.