Skip to content

Commit

Permalink
Update Api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jun 20, 2024
1 parent 559aa35 commit e4cd8ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/Service/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public function verify(string $solution = ''): bool
if ($this->configuration->hasSkipDevValidation()) {
return true;
}
if ($this->configuration->hasSkipHeaderValidation()) {
return true;
}

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

0 comments on commit e4cd8ad

Please sign in to comment.