We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f41f88e + cfb9cf6 commit f97c7cdCopy full SHA for f97c7cd
1 file changed
includes/class-crowdhandler-gatekeeper.php
@@ -52,6 +52,7 @@ public function checkRequest()
52
$this->gateKeeper->checkRequest();
53
$this->gateKeeper->redirectIfNotPromoted();
54
$this->gateKeeper->setCookie();
55
+ $this->gateKeeper->setFailTrust(true);
56
57
$this->requestChecked = true;
58
0 commit comments