dhowe / AdNauseamV1

*** This is not the current AdNauseam repository: please find the current repo here:
https://github.com/dhowe/AdNauseam
GNU General Public License v3.0
385 stars 33 forks source link

Settings: add option to hide referer on outgoing clicks (question) #138

Closed dhowe closed 9 years ago

dhowe commented 9 years ago

Tradeoff seems clear: referer header leaks page-trail to adnetwork (which they would have anyway without ABP), but its absence is a signal that the click is not human-generated.

Question is whether this (disable-referrer-header-on-clicks) should be a user-option (default would be off=referer-sent)

mushon commented 9 years ago

Why hide it? +why should we worry about it right now?

dhowe commented 9 years ago

this is implemented, but not exposed (for now) to user

olivierlemoal commented 9 years ago

Maybe the referer should be stripped, as it may contain sensitive data which can be retrieved by the adnetwork (for instance an email address in a GET parameter after filling a bad-designed registration form...)

dhowe commented 9 years ago

an interesting/important question -- what you say is correct... however lack of referer is an easy giveaway that the click is not 'real'. I'm leaning toward making it a user option, but now thinking about what the default should be...

dhowe commented 9 years ago

@mushon, either way we may need some explanatory text designed into the settings panel...

mushon commented 9 years ago

Filed under: Next Tasks

dhowe commented 9 years ago

done for v1.1