Failed security check

The implemented security check to make sure the path is NOT a URL can easily be bypassed (gives false negative) for all subdomains. 
Eg "subdomain.domain.com" should ideally show an error but it does not.

The new security check tries to make a fsockopen connection to validate whether the URL is external or not.
1 file changed