Changeset 11596
- Timestamp:
- 02/23/2022 09:23:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
r11595 r11596 207 207 if ( 208 208 str_contains( $_SERVER['HTTP_HOST'], 'wordpress.org' ) && 209 ! defined( 'XMLRPC_REQUEST' ) && ! defined( 'REST_REQUEST' ) 209 ! defined( 'XMLRPC_REQUEST' ) && ! defined( 'REST_REQUEST' ) && 210 ! is_admin() /* admin-ajax, admin-post */ 210 211 ) { 211 212 status_header( 400 );
Note: See TracChangeset
for help on using the changeset viewer.