Skip to content

Commit 5790d91

Browse files
committed
Request: removed flag SECURED (BC break)
1 parent 5e73acf commit 5790d91

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Application/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public function createInitialRequest(): Request
116116
$params,
117117
$this->httpRequest->getPost(),
118118
$this->httpRequest->getFiles(),
119-
[Request::SECURED => $this->httpRequest->isSecured()],
120119
);
121120
}
122121

src/Application/Request.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ final class Request
2828
/** method */
2929
public const FORWARD = 'FORWARD';
3030

31-
/** flag */
32-
public const SECURED = 'secured';
33-
3431
/** flag */
3532
public const RESTORED = 'restored';
3633

0 commit comments

Comments
 (0)