-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #401 add Legitimate URL Shortener filter
- Loading branch information
Showing
5 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
20 changes: 20 additions & 0 deletions
20
filters/ThirdParty/filter_251_LegitimateURLShortener/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,20 @@ | ||
{ | ||
"filterId": 251, | ||
"name": "Legitimate URL Shortener", | ||
"description": "In a world dominated by bit.ly, ad.fly, and several thousand other malware cover-up tools, this list reduces the length of URLs in a much more legitimate and transparent manner. Essentially, it automatically removes unnecessary $/& values from the URLs, making them easier to copy from the URL bar and pasting elsewhere as links.", | ||
"timeAdded": 1626086804599, | ||
"homepage": "https://github.com/DandelionSprout/adfilt", | ||
"expires": "4 days", | ||
"displayNumber": 251, | ||
"groupId": 2, | ||
"subscriptionUrl": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt", | ||
"tags": [ | ||
"purpose:privacy" | ||
], | ||
"platformsExcluded": [ | ||
"ios", | ||
"ext_safari", | ||
"ext_android_cb" | ||
], | ||
"trustLevel": "low" | ||
} |
5 changes: 5 additions & 0 deletions
5
filters/ThirdParty/filter_251_LegitimateURLShortener/revision.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,5 @@ | ||
{ | ||
"version": "2.0.0.0", | ||
"timeUpdated": 1626086804599, | ||
"hash": "" | ||
} |
2 changes: 2 additions & 0 deletions
2
filters/ThirdParty/filter_251_LegitimateURLShortener/template.txt
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,2 @@ | ||
! | ||
@include "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt" /exclude="../../exclusions.txt" |