-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #540 from AdguardTeam/Add_Hagezis_Samsung_Tracker_…
…Blocklist Add HaGeZi's Samsung Tracker Blocklist
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
filters/other/filter_61_HageziSamsungTrackerBlocklist/configuration.json
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "HaGeZi's Samsung Tracker Blocklist", | ||
"description": "Blocks Samsung native broadband tracker that track your activity.", | ||
"homepage": "https://github.com/hagezi/dns-blocklists", | ||
"sources": [ | ||
{ | ||
"name": "HaGeZi's Samsung Tracker Blocklist", | ||
"source": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/native.samsung.txt", | ||
"type": "adblock", | ||
"transformations": [ | ||
"RemoveModifiers", | ||
"Validate" | ||
] | ||
} | ||
], | ||
"transformations": [ | ||
"Deduplicate", | ||
"Compress" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
filters/other/filter_61_HageziSamsungTrackerBlocklist/metadata.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"filterKey": "hagezi_samsung_tracker_blocklist", | ||
"filterId": 61, | ||
"groupId": 2, | ||
"name": "HaGeZi's Samsung Tracker Blocklist", | ||
"description": "Blocks Samsung native broadband tracker that track your activity.", | ||
"timeAdded": 1728316222186, | ||
"homepage": "https://github.com/hagezi/dns-blocklists", | ||
"expires": "4 days", | ||
"displayNumber": 4, | ||
"environment": "dev", | ||
"tags": [ | ||
"purpose:other" | ||
] | ||
} |