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 559aa35 commit e4cd8adCopy full SHA for e4cd8ad
Classes/Service/Api.php
@@ -35,6 +35,9 @@ public function verify(string $solution = ''): bool
35
if ($this->configuration->hasSkipDevValidation()) {
36
return true;
37
}
38
+ if ($this->configuration->hasSkipHeaderValidation()) {
39
+ return true;
40
+ }
41
42
$solution = $solution ?: $this->getSolutionFromRequest();
43
if (!$solution || !$this->configuration->isEnabled()) {
0 commit comments