Skip to content

Commit e4a057e

Browse files
committed
fix: update adblock list source
pgl.yoyo.org is no longer available. Replaced with Hagezi multi blocklist which includes Israeli ad domains.
1 parent fe2d468 commit e4a057e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
npm install && node create_mipmap_images.js "${{ inputs.icon_url }}"
116116
fi
117117
- name: Download AdBlock List
118-
run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt --create-dirs
118+
run: curl "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/multi.txt" -o app/src/main/assets/adblock.txt --create-dirs
119119
- name: Set up JDK 17
120120
uses: actions/setup-java@v4
121121
with:

0 commit comments

Comments
 (0)