paulgb / BarbBlock

Chrome extension which blocks requests to sites which have used legal threats to remove themselves from other blacklists.
https://ssl.bblck.me
MIT License
639 stars 22 forks source link

Secure URL for list #12

Closed josephcsible closed 7 years ago

josephcsible commented 7 years ago

The current URL provided for the list, http://bblck.me/BarbBlock.txt, is insecure. Can that domain be made secure, or the URL updated to one that is secure (currently, https://raw.githubusercontent.com/paulgb/BarbBlock/master/BarbBlock.txt seems to work)?

paulgb commented 7 years ago

Ah bummer, I thought the CDN-serve HTTPS version of the site (on the github.io domain) would continue to work but it now redirects to the non-HTTPS custom domain.

I think the best way to do this is serve it through a CDN that supports HTTPS, I'll take a look

paulgb commented 7 years ago

Done! https://ssl.bblck.me/BarbBlock.txt

I have updated README.md to reflect this as well.