Hacker News new | ask | show | jobs
by jonasstrehle 1962 days ago
This idea was indeed my first approach, but favicons on the client side cannot be loaded from the F-Cache via JavaScript, but are ALWAYS requested from the server via get-request, which fortunately thus does not allow fingerprinting. ~jonas
1 comments

Makes sense, and I agree that is good behavior! Thanks for clarifying.