Hacker News new | ask | show | jobs
by Rajiv_N 5136 days ago
FWIW, the google service mentioned in the article works via https as well. [https://www.google.com/s2/u/0/favicons?domain=css-tricks.com]

I think the best way to handle this would be to remove the scheme from the background url. So it would look like `background: "url(//www.google.com/s2...")`. This would accommodate both schemes.