jarelllama / Scam-Blocklist

Blocklist for newly created scam and phishing domains automatically retrieved daily using Google Search API, automated detection, and other public sources.
GNU General Public License v3.0
48 stars 2 forks source link

Fix - Compatibility for AdBlock Plus #282

Closed hagezi closed 5 months ago

hagezi commented 5 months ago

For the AdBlock format to be used in AdBlock Plus, the header must begin with [Adblock Plus], otherwise the list cannot be imported into AdBlock Plus.

[Adblock Plus]
! Title: Jarelllama's Scam Blocklist 
! Description: Blocklist for newly created scam site domains automatically retrieved daily using Google Search API, automated detection, and other public sources.
! Homepage: https://github.com/jarelllama/Scam-Blocklist
...
jarelllama commented 5 months ago

Good catch @hagezi Thank you!

Fixed and added test scenarios into test_functions.sh.