https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt Open raw list Description
Filter list covering privacy. Format: uBlock Origin Static. Maintained by Serhiy Guryev. See the project homepage for details and inclusion criteria.
Integration
Pi-hole v6 (web interface)
- Open the admin interface and go to Settings → Lists.
- Paste the address below into Address, optionally add a comment and click Add.
- Go to Tools → Update Gravity (or run
pihole -g) to download the list.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt Pi-hole v5
- Go to Group Management → Adlists.
- Paste the address into Address and click Add.
- Run
pihole -gor use Tools → Update Gravity.
Command line (v5 / v6)
sudo sqlite3 /etc/pihole/gravity.db "INSERT INTO adlist (address, enabled, comment) VALUES ('https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt', 1, 'Ukrainian Privacy Filter');"
pihole -g Pi-hole v5 only understands hosts and plain domain lists. Since v6 ABP-style entries (||example.com^) are supported as well.
- Open the AdGuard Home dashboard and go to Filters → DNS blocklists.
- Click Add blocklist → Add a custom list.
- Enter Ukrainian Privacy Filter as name and paste the URL below, then click Save.
- AdGuard Home refreshes lists automatically; use Check for updates to force it.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt Manual import
- Click the uBlock Origin icon → Dashboard (gear icon).
- Open the Filter lists tab and scroll to the bottom.
- Expand Import…, paste the URL below and click Apply changes.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt Manual
- Open the ABP icon → Settings → Advanced.
- Under Custom filter lists paste the URL below and click Add a filter list via URL.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt - Open
brave://settings/shields/filtersin the address bar. - Scroll to Add custom filter lists, paste the URL below and click Add.
- Make sure the new list is enabled. Brave updates custom lists automatically.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt - Open AdGuard → Settings → Filters → Custom.
- Click Add custom filter and paste the URL below.
- Confirm with Next / Add.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt - Open the web console and go to Settings → Blocking.
- Paste the URL below into Block List URLs (one per line) and click Save Settings.
- Technitium downloads the list immediately and refreshes it every 24 hours.
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt - Go to Services → Unbound DNS → Blocklist.
- Enable the blocklist feature and paste the URL below into URLs of Blocklists.
- Click Apply. OPNsense downloads the list via cron (default: daily).
https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt Add the list to the blocking.denylists section of your config.yml:
blocking:
denylists:
default:
- https://cdn.jsdelivr.net/gh/ukrainianfilters/lists@main/privacy/privacy.txt
clientGroupsBlock:
default:
- default Restart Blocky afterwards.
