Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51092, comment 31


Ignore:
Timestamp:
09/05/2020 12:16:54 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51092, comment 31

    initial v1  
    1515
    1616Generally validating static, non-editable files in core seems... unwise?
     17
     18Also, looking through the code examples in the ticket description, quite a bit of the data seems "sensitive", i.e. only admins should be able to see it. So at best this should be a page under the Plugins and Themes menu items in wp-admin accessible only to site admins, or perhaps a "More Info" link for each plugin and theme. For security reasons this data (as proposed above) should never be freely accessible. The point is: whether this should be available through REST API should be decided after the implementation details and UI are ready, not before.