Zaczero / pihole-phishtank

🐟 PhishTank Blocklist for Pi-hole
https://raw.githubusercontent.com/Zaczero/pihole-phishtank/main/hosts.txt
MIT License
4 stars 0 forks source link

Bing #2

Closed Ian-Drunkenson closed 10 months ago

Ian-Drunkenson commented 10 months ago

wouldn block whole Bing (www.bing.com) einther, even if you dont like Mircosoft.

Zaczero commented 10 months ago

The bing was blocked on PhishTank with this rule: https://phishtank.org/phish_detail.php?phish_id=8016364

I have added a new pattern to skip cuch cases:

    # skip if url contains www in path or query or fragment
    if [[ $url =~ ^https?:\/\/.*?\/.*[Ww]{3} ]]; then
        continue
    fi

This project is a zero-maintenance blocklist, meaning I do not personally manage the whitelists/blacklists. The hosts list is generated algorithmically. "even if you dont like Mircosoft" - bugs like these have nothing to do with my personal preferences :+1:.