Skip to content

Commit 87eeea8

Browse files
Add EasyPrivacy list as separate hosts file
Resolves #9 - Added EasyPrivacy to generate a standalone EasyPrivacy/hosts file for privacy/tracking protection.
1 parent 70eb6ef commit 87eeea8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
raws[EasyList_noadult]=https://easylist-downloads.adblockplus.org/easylist_noadult.txt
4242
raws[antiadblockfilters]=https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
4343
raws[easylist_noelemhide]=https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt
44+
raws[EasyPrivacy]=https://easylist-downloads.adblockplus.org/easyprivacy.txt
4445
raws[EasyList]=https://easylist-downloads.adblockplus.org/easylist.txt
4546
curl -s ${raws[EasyList]} | ./hostsblock/hostsblock - > hosts
4647
unset raws[EasyList]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Contains supplemental hosts file from https://adblockplus.org/subscriptions, htt
1717
| ads | bg | Bulgarian list+EasyList | https://easylist-downloads.adblockplus.org/bulgarian_list+easylist.txt | https://stanev.org/abp/ |
1818
| ads | no,nb,nn,da,is,fo,kl,sv,fi | Dandelion Sprout's Nordic Filters+EasyList | https://easylist-downloads.adblockplus.org/dandelion_sprouts_nordic_filters+easylist.txt | https://github.com/DandelionSprout/adfilt |
1919
| ads | en | EasyList | https://easylist-downloads.adblockplus.org/easylist.txt | https://easylist.to/ |
20+
| privacy | N/A | EasyPrivacy | https://easylist-downloads.adblockplus.org/easyprivacy.txt | https://easylist.to/ |
2021
| ads | N/A | EasyList_adult | https://easylist-downloads.adblockplus.org/easylist_noadult.txt | https://easylist.to/ |
2122
| adblock | N/A | antiadblockfilters | https://easylist-downloads.adblockplus.org/antiadblockfilters.txt | https://easylist.to/ |
2223
| ads | N/A | easylist_noelemhide | https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt | https://easylist.to/ |

0 commit comments

Comments
 (0)