We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2d468 commit e4a057eCopy full SHA for e4a057e
.github/workflows/build.yaml
@@ -115,7 +115,7 @@ jobs:
115
npm install && node create_mipmap_images.js "${{ inputs.icon_url }}"
116
fi
117
- 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
+ run: curl "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/multi.txt" -o app/src/main/assets/adblock.txt --create-dirs
119
- name: Set up JDK 17
120
uses: actions/setup-java@v4
121
with:
0 commit comments