Make WordPress Core

Opened 7 weeks ago

Closed 6 weeks ago

#65426 closed defect (bug) (invalid)

Disable AI (admin, rest)

Reported by: mediaformat Owned by:
Priority: normal Milestone:
Component: AI Version:
Severity: normal Keywords:
Cc: Focuses:

Description

In Ticket #64706, efforts were made to centralize disabling of AI features via WP_AI_SUPPORT const.

There are 2 areas/features that remain enabled despite disabling:

  • Connectors screen is still visible. (Misleading for site administrators)
  • The wp-abilities rest endpoints are still registered. (I would like to dissuade would be attackers, sending a clear signal the site has no valuable API keys, or abilities)

Change History (2)

This ticket was mentioned in PR #12134 on WordPress/wordpress-develop by @akshat2802.


6 weeks ago
#1

  • Keywords has-patch added

#2 @jorbin
6 weeks ago

  • Focuses administration rest-api removed
  • Keywords has-patch removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed
  • Version trunk

Connectors screen is still visible. (Misleading for site administrators)

Connectors are not only for AI.

The wp-abilities rest endpoints are still registered. (I would like to dissuade would be attackers, sending a clear signal the site has no valuable API keys, or abilities)

Abilities aren't only for AI.

Note: See TracTickets for help on using tickets.