orokusaki
orokusaki

Reputation: 57128

Is what GitHub is doing here a good practice?

If you view this URL, you'll see that GitHub is posting all sorts of technical information. Is this a good practice so that users can email info to you about bugs, etc?

http://waitdownload.github.com/cheetahtemplate-cheetah-v2.4.2-0-gd20b523.zip

It's at least a good design for an error page.

Upvotes: 1

Views: 246

Answers (1)

bandi
bandi

Reputation: 4244

No. Leaving detailed error pages is certainly making malicious attackers' job much-much easier. I would think that security is more important than possible bug reports.

Upvotes: 6

Related Questions