Skip to content
Snippets Groups Projects
Commit e33480e7 authored by lucha's avatar lucha
Browse files

added http-user-agent.php removes blog url from HTTP user agent

parent cab2dedc
Branches
Tags
No related merge requests found
<?php
/*
* Plugin Name: A/I - HTTP User Agent
* Description: Remove Blog URL from WP_HTTP User Agent
* Version: 0.0.1
* Author: Autistici/Inventati
* Author URI: https://autistici.org
*/
add_filter('http_headers_useragent', function(){
return 'WordPress/' . get_bloginfo( 'version' ) . '; ' . network_home_url();
});
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment