removed some TODO tags

This commit is contained in:
2024-04-12 11:53:56 +02:00
parent b274cd4ad2
commit 12c6c665fc
5 changed files with 4 additions and 10 deletions

View File

@@ -91,8 +91,6 @@ class Context {
}
public function sendCookies(): void {
// TODO: what will we do, when there is a domain mismatch? forbid access or just send cookies for the current domain? or should we send a redirect?
// $domain = $this->getSettings()->getDomain();
$domain = getCurrentHostName();
$this->language->sendCookie($domain);
$this->session?->sendCookie($domain);