X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=89d3009da04d4f72ca2afffe4e5d9d38ac24461a;hb=52a3ece8b6469ae602fdd717205049c8316ea637;hp=e5ec66f5e3815bbe3ce724d039a5c162bf5cce02;hpb=ed768c71eefd2296d12adcc69f8e70fcf20c18c8;p=friendica.git diff --git a/src/App.php b/src/App.php index e5ec66f5e3..89d3009da0 100644 --- a/src/App.php +++ b/src/App.php @@ -993,12 +993,6 @@ class App ); } - if (strstr($this->query_string, '.well-known/host-meta') && ($this->query_string != '.well-known/host-meta')) { - Module\Special\HTTPException::rawContent( - new HTTPException\NotFoundException() - ); - } - if (!$this->getMode()->isInstall()) { // Force SSL redirection if ($this->baseURL->checkRedirectHttps()) {