mirror of
https://github.com/friendica/friendica
synced 2024-11-11 03:42:54 +00:00
Remove .well-known hardening
This commit is contained in:
parent
32a8f4d37b
commit
dec5983850
1 changed files with 0 additions and 6 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue