-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add concept of "really bad list" to badlists infrastructure
This commit adds concept of "really bad list" to the badlists infrastructure. Really bad lists won't be fetched from a remote server, while plain bad list will be fetched but won't be compiled. A really bad list is denoted by the `nofetch` token following the URL. Really bad lists can cause more serious issues such as causing undue launch delays because the remote server where a really bad list is hosted fails to respond properly and times out. Such an example of really bad list is hpHosts which original server no longer exist.
- Loading branch information
Showing
2 changed files
with
27 additions
and
16 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