-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false positive extraction of the adblock decoder.
This patch fix #13. Reverse: * Of the last patch for the way we check for URL. Introduction: * Of new test cases. * Of the force update for all version which are older than `0.94.3`. * Because of this patch. Review: * Of the way we extract domain and URL from the given adblock file. Deprecation: * Of all version which are equal or older than `0.109.0`. Thanks: * To @dnmTX * @adblockplus for their documentation * cf: https://adblockplus.org/filter-cheatsheet
- Loading branch information
Showing
5 changed files
with
45 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
current_version: 0.109.0.dev-beta (Sarcoline Puku / Mosquito) | ||
current_version: 0.110.0.dev-beta (Sarcoline Puku / Mosquito) | ||
deprecated: [0.0.0, 0.0.1, 0.65.0, 0.67.1, 0.68.0, 0.69.3, 0.69.5, 0.70.4, 0.71.2, | ||
0.72.7, 0.73.1, 0.74.5, 0.75.1, 0.76.2, 0.77.0, 0.78.0, 0.79.1, 0.80.9, 0.81.8, | ||
0.82.4, 0.83.2, 0.84.5, 0.85.0, 0.86.0, 0.87.1, 0.88.3, 0.89.3, 0.90.2, 0.91.1, | ||
0.92.0, 0.93.0, 0.94.6, 0.95.1, 0.96.2, 0.97.1, 0.98.0, 0.99.4, 0.100.0, 0.101.23, | ||
0.102.0, 0.103.3, 0.104.4, 0.105.1, 0.106.2, 0.107.1, 0.108.1] | ||
0.102.0, 0.103.3, 0.104.4, 0.105.1, 0.106.2, 0.107.1, 0.108.1, 0.109.0] | ||
force_update: | ||
minimal_version: [0.0.0, 0.0.1, 0.82.5, 0.89.2] | ||
minimal_version: [0.0.0, 0.0.1, 0.82.5, 0.89.2, 0.94.3] | ||
status: true |