We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3349211 commit 6c4ba3aCopy full SHA for 6c4ba3a
1 file changed
includes/class-crowdhandler-gatekeeper.php
@@ -47,7 +47,7 @@ public function checkRequest()
47
$this->gateKeeper = new GateKeeper($api);
48
49
$this->gateKeeper->setIgnoreUrls(
50
- "/^((?!.*\?).*(\.(avi|css|eot|gif|ico|jp[e|g]|js|json|mov|mp4|mpeg|mpg|og[g|v]|pdf|png|svg|ttf|txt|wmv|woff|woff2|xml))$)|(?!.*\?.*w[c|p]-.+).*(^.*w[c|p]-.+)|^((?!.*\?.*xmlrpc\.php).*xmlrpc.php)/"
+ "/^((?!.*\?).*(\.(avi|css|eot|gif|ico|jpg|jpeg|js|json|mov|mp4|mpeg|mpg|og[g|v]|pdf|png|svg|ttf|txt|wmv|woff|woff2|xml))$)|(?!.*\?.*w[c|p]-.+).*(^.*w[c|p]-.+)|^((?!.*\?.*xmlrpc\.php).*xmlrpc.php)|\?rest_route=.+/"
51
);
52
53
$this->gateKeeper->checkRequest();
0 commit comments