Skip to content

Commit e4cd8ad

Browse files
authored
Update Api.php
1 parent 559aa35 commit e4cd8ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Classes/Service/Api.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function verify(string $solution = ''): bool
3535
if ($this->configuration->hasSkipDevValidation()) {
3636
return true;
3737
}
38+
if ($this->configuration->hasSkipHeaderValidation()) {
39+
return true;
40+
}
3841

3942
$solution = $solution ?: $this->getSolutionFromRequest();
4043
if (!$solution || !$this->configuration->isEnabled()) {

0 commit comments

Comments
 (0)