Code-Snippets-Functions/Add functions to the wp-config.php file/block-external-requests.txt

2 lines
123 B
Text

define( 'WP_HTTP_BLOCK_EXTERNAL', true );
define( 'WP_ACCESSIBLE_HOSTS', '*.wordpress.org,*.wordpress.com',*.github.com );