Skip to content

WordPress plugin that allows you to specify a domain to be checked against the `http_request_host_is_external` filter.

Notifications You must be signed in to change notification settings

UCF/WP-Allowed-Hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP-Allowed-Hosts

WordPress plugin that allows you to specify a domain names to be checked against the http_request_host_is_external filter. Hosts that start with 192.* or 10.* are checked against the allowed hosts based on a new security update WordPress introduced in 3.5.2 (https://github.com/WordPress/WordPress/commit/1ec392175ce5f0320072e7b195a8d091bccddefb). Unfortunately there is no setting available to say which hosts are allowed. :( This plugin gives you that option. The default option for comparing domains is a straight string compare. You have the option to allow the use of regular expressions, which can be used for things like allowing all subdomains to communicate with eachother. This is most helpful when trying to import media content from one WordPress instance to another from within an internal network. After installing the plugin update the Allowed Hosts under the admin Settings menu.

About

WordPress plugin that allows you to specify a domain to be checked against the `http_request_host_is_external` filter.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages