Merge pull request #7219 from nupplaphil/task/remove_well_known_hardening
Remove .well-known hardening
This commit is contained in:
commit
c8dae2a4b0
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue