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 780850d commit a8f0114Copy full SHA for a8f0114
Classes/IndexQueue/PageIndexerRequestHandler.php
@@ -88,6 +88,7 @@ public function run() {
88
'index queue header' => $_SERVER['HTTP_X_TX_SOLR_IQ']
89
)
90
);
91
+ http_response_code(403);
92
die('Invalid Index Queue Request!');
93
}
94
0 commit comments