Open
Bug 372042
Opened 19 years ago
Updated 3 years ago
Try not to fail silently for security reasons -- add a generic security error message for use after string freezes
Categories
(Core :: General, enhancement)
Tracking
()
NEW
People
(Reporter: csthomas, Unassigned)
Details
In bug 371179, we introduced a silent failure because we can't add/change strings on the branches. Is it worth adding a dedicated string in case this happens in the future (a beltzner-ified version of "sorry, for security reasons blah blah blah", maybe with a "click for more info") that could be displayed when the user tries to do something we broke for security reasons? I have not thought this through.
Updated•19 years ago
|
Summary: Try not to fail silently for security reasons → Try not to fail silently for security reasons -- add a generic security error message for use after string freezes
Comment 1•19 years ago
|
||
I'll start a discussion on .l10n on whether we really can't add strings, and if we could, how. *Changing* strings is probably much harder.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•