Remove .well-known hardening
This commit is contained in:
@@ -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()) {
|
if (!$this->getMode()->isInstall()) {
|
||||||
// Force SSL redirection
|
// Force SSL redirection
|
||||||
if ($this->baseURL->checkRedirectHttps()) {
|
if ($this->baseURL->checkRedirectHttps()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user