Opened 8 years ago

Closed 8 years ago

#26611 closed New feature (duplicate)

Make "Share this traceback on a public Web site" feature on debug page optional

Reported by: Pan Pitolek Owned by:
Component: Error reporting Version: 1.8
Severity: Normal Keywords: security debug 500 report
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When generating a technical 500, the standard 500 template from django.views.debug renders a button, saying "Share this traceback on a public Web site". One 'what does this button do?" click, and all, possible also private, sensitive data, are pasted to a public website where it should never be.

Also, the text implies that you could expect a choice of 'public Web sites', which it does not, it just pastes it without further questioning.

Customizing this behavior is harder than it looks at first glance.

It would be appreciated if the making pastable and sharable qualities of the debug 500 template could be optional through as SETTINGS var. You know, for security.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: duplicate
Status: newclosed
Summary: Optional "Share this traceback on a public Web site"Make "Share this traceback on a public Web site" feature on debug page optional

Duplicate of #11919

Note: See TracTickets for help on using tickets.
Back to Top