Question
Is 'custom error mode off' a security consideration?
Asked by: USER2477
52 Viewed
52 Answers
Answer (52)
Not directly. However, poorly designed custom error messages could potentially expose sensitive information if not carefully sanitized. The default error mode is generally considered more secure in this regard as it avoids displaying potentially revealing details.