#hide/Show IP on error page

22 messages · Page 1 of 1 (latest)

spiral socket
#

Thank you for the suggestion, let me talk to the CDN team and see if it's something we would like to change.

royal briar
#

I agree with this. Some people actually have their screen sharing on and suddenly get an error, leaking their IP.
This can be solved quite easily by only making the IP visible after you click on it.

If you would like to put something there directly, for example, put the name of the browser they are using?

upbeat kettle
#

Yes +1 good point team, I agree as well.

#

Or make it hash/generate a unique user id/identifier?

#

So if that info is needed to debug, it can be safely passed over to the site admin(s)

spiral socket
#

We're looking into this internally, not a guarantee but heavily in favor of it.

upbeat kettle
#

Sweet!

zinc onyx
#

done

#

I've added blur to the IP on the error page, will unblur on hover

limpid ginkgo
spiral socket
#

I mean if a user is screen sharing and something is blurred and they hovered over it. It is kind of their fault.

limpid ginkgo
spiral socket
#

perhaps, we will see.

limpid ginkgo
#

"Clicking this will reveal your IP address client-side, please ensure you are not running any screen recording or screen sharing software before continuing for your privacy."

#

Etc.

limpid ginkgo
vocal lion
#

Something simple like text over the blurred ip that says “click to reveal” would be perfect for this

tepid glade
#

+1 for the left click.

fresh nebula
#

Left click can still be css-only if you use either :focus or you get creative with styling a checkbox and :checked
cloudflare requires JavaScript for the click to reveal

zinc onyx
#

on hover is best we'll do I think for now, it's still an improvement. anything else would require modifying the DOM (adding JavaScript or modifying the HTML inc CSS hacks), which adds complexity and increases the response body to the client unnecessarily.

#

It was a quick win, as we had the CSS centrally stored.