hello,
i have come across Discourse Meta statistics page (on some german discourse) and i think this is not compliant with German DSGVO ( General Data Prodection Regulation) . discussion is still going on…
what makes things worse - it’s even visible without authentification.
i would expect/recommend some global admin option so that
user profile information would be hidden with or without authentication
user usage statistic would be hidden with or without authentication
(maybe statistics could be part of profile information)
Is it somehow possible to hide the statistics on /u/theUser/summary completely? Of course it can be done by CSS but then, its still “on the page” and just invisible for users (… who don’t know how to use the developer tools to enable the hidden stats again )
I believe that you’d need a plugin to remove those data from the serializer. I’m not expert at such, but I think you’d need to override that code. It’s the kind of plugin that’s likely to break when the thing you’re overriding changes.