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 5e73acf commit 5790d91Copy full SHA for 5790d91
2 files changed
src/Application/Application.php
@@ -116,7 +116,6 @@ public function createInitialRequest(): Request
116
$params,
117
$this->httpRequest->getPost(),
118
$this->httpRequest->getFiles(),
119
- [Request::SECURED => $this->httpRequest->isSecured()],
120
);
121
}
122
src/Application/Request.php
@@ -28,9 +28,6 @@ final class Request
28
/** method */
29
public const FORWARD = 'FORWARD';
30
31
- /** flag */
32
- public const SECURED = 'secured';
33
-
34
/** flag */
35
public const RESTORED = 'restored';
36
0 commit comments