mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 15:13:42 +00:00
It's Adguard not ABP
Co-authored-by: Adam Warner <me@adamwarner.co.uk> Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
parent
cffb3117d4
commit
e291a9f7e0
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ gravity_ParseFileIntoDomains() {
|
|||
# 3) Remove lines starting with ! (ABP Comments)
|
||||
# 4) Remove lines starting with [ (ABP Header)
|
||||
# 5) Remove lines containing ABP extended CSS selectors ("##", "#!#", "#@#", "#?#") preceded by a letter
|
||||
# 6) Remove lines containing ABP JavaScript rules ("#%#") preceded by a letter
|
||||
# 6) Remove lines containing Adguard JavaScript rules ("#%#") preceded by a letter
|
||||
# 7) Remove comments (text starting with "#", include possible spaces before the hash sign)
|
||||
# 8) Remove leading tabs, spaces, etc. (Also removes leading IP addresses)
|
||||
# 9) Remove empty lines
|
||||
|
|
Loading…
Reference in a new issue