|
|
|
|
|
by viraptor
2427 days ago
|
|
> Such logging isn't technically necessary to serve web pages, and ideally shouldn't be done without consent. It's needed as soon as you want to do: non-trivial spam protection, context connection for errors/exceptions, dos mitigation, correlation of issues across browsers, and a few other things. For most of those you could theoretically hash the IP because you're interested in matches not actual values (although matching either the AS or at least /24 makes things easier). But until we migrate to IPv6 hashing doesn't make sense (and once we move, keeping individual addresses doesn't make sense). Basically the bigger the site, the more important that information is for operations. |
|
Which devolves your argument into collecting this information is significantly more profitable. Which I think is generally accepted as true, but not nessisarily enough to make it acceptable.