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 917c6c4 commit 8ca4248Copy full SHA for 8ca4248
1 file changed
src/Http/Request.php
@@ -221,9 +221,7 @@ public function isSecured(): bool
221
}
222
223
224
- /**
225
- * Is the request coming from the same site and is initiated by clicking on a link?
226
- */
+ /** @deprecated use isFrom(['same-site', 'same-origin']) */
227
public function isSameSite(): bool
228
{
229
return isset($this->cookies[Helpers::StrictCookieName]);
0 commit comments