/wp-allowed-hosts

a plugin that protects your wp site from the CVE-2017-8295 vulnerability

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

WP Allowed Hosts

This plugin has been created after the vulnerability known as CVE-2017-8295 has been disclosed, this plugin will protect you from that attack with no hassle, just add simple line to your wp-config.php .

Installation

Just download the plugin from here and upload it to your site .

Usage

Just add the following line to your wp-config.php

// WP Allowed Hosts Plugin
define( 'WP_ALLOWED_HOSTS', 'mysit.com' );

You can also add multiple domains .

// WP Allowed Hosts Plugin
define( 'WP_ALLOWED_HOSTS', 'site1.com,site2.com' );