Home
last modified time | relevance | path

Searched refs:ourHostParts (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/
DDisableExternal.php13 protected $ourHostParts = false; variable in HTMLPurifier_URIFilter_DisableExternal
23 $this->ourHostParts = array_reverse(explode('.', $our_host));
38 if ($this->ourHostParts === false) {
42 foreach ($this->ourHostParts as $i => $x) {
46 if ($host_parts[$i] != $this->ourHostParts[$i]) {