plugin-icon

WordPress Host Headers

Add a Host-Header to track down hosting partners in helping combat web spam.
Version
1.0.1
Zuletzt aktualisiert
Apr 18, 2020

This simple plugin that adds a „Host-Header“ HTTP header where you can define your webhost. Web partners that scan for compromised websites can notify hosts more effectively to cleanup sites.

This plugin is super overkill. Adding a simple file with the following to your mu-plugins.php will have the same effect.

// custom-host-header.php add_filter( 'wp_headers', function( $headers ) { $headers['Host-Header'] = 'YOUR HOST NAME HERE'; return $headers; } );
Kostenlosmit dem Business-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Getestet bis
WordPress 5.5.17
Dieses Plugin steht für deine -Website zum Download zur Verfügung.