Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60014, comment 1


Ignore:
Timestamp:
12/05/2023 03:38:41 PM (19 months ago)
Author:
spacedmonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60014, comment 1

    initial v1  
    1 Thanks for the idea @ecc. However, when designing the fatal error handle, how errors like this was omitted by design. Showing error like this would leak information about the plugins installed. This could result in bad actors being about attack sites and know where the attack generated an error.
     1Thanks for the idea @ecc. However, when designing the fatal error handle, showing errors like this was omitted by design. Showing error like this would leak information about the plugins installed. This could result in bad actors being about attack sites and know where the attack generated an error.
    22
    33We would need either new const or maybe use the new DEV mode to show these errors.