Skip to content

Commit f97c7cd

Browse files
Merge pull request #11 from Crowdhandler/trust-on-fail
Set Trust On Fail to true
2 parents f41f88e + cfb9cf6 commit f97c7cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

includes/class-crowdhandler-gatekeeper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function checkRequest()
5252
$this->gateKeeper->checkRequest();
5353
$this->gateKeeper->redirectIfNotPromoted();
5454
$this->gateKeeper->setCookie();
55+
$this->gateKeeper->setFailTrust(true);
5556

5657
$this->requestChecked = true;
5758

0 commit comments

Comments
 (0)