We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913b7eb commit 8fdd1e4Copy full SHA for 8fdd1e4
src/Plugin/CookiePlugin.php
@@ -69,7 +69,7 @@ public function handleRequest(RequestInterface $request, callable $next, callabl
69
}
70
71
// Restrict setting cookie from another domain
72
- if (false === strpos($cookie->getDomain(), $request->getUri()->getHost())) {
+ if (false === strpos($request->getUri()->getHost(), $cookie->getDomain())) {
73
continue;
74
75
0 commit comments