Prevent a fingerprinting issue with various login pages
authorFabian Keil <fk@fabiankeil.de>
Fri, 20 Jun 2025 03:31:06 +0000 (05:31 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 22 Jun 2025 09:32:25 +0000 (11:32 +0200)
commit93931583124eb045524d584fdfb964a0fcf32037
treef475550e458a584d037a292ee277b99aeaca2494
parent44f9f5cf5846213dacba1821229c97941e1646a3
Prevent a fingerprinting issue with various login pages

... by not handling the requests as image requests
or fast-redirecting them.

Without the added section a request to a blocked or
redirected login URL could be misdetected by third
parties as the user being logged in to the given site,
thus making fingerprinting Privoxy users easier.

Note that this does not prevent the fingerprinting issue
if the client is actually logged in. For details see:
https://robinlinus.github.io/socialmedia-leak/

Doing that would probably be too invasive for a default
configuration.
default.action.master