Comment by jonasstrehle
5 years 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
Makes sense, and I agree that is good behavior! Thanks for clarifying.