Skip to content

Commit b0426d7

Browse files
committed
improve the security service
1 parent b524241 commit b0426d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Security/Security.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ public function resetAllowedHosts(): void
110110
$this->allowedHosts = [];
111111
}
112112

113+
/**
114+
* @return void
115+
*/
113116
public function disableCheckAllowedHosts(): void
114117
{
115118
$this->checkAllowedHosts = false;

0 commit comments

Comments
 (0)