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 32512c6 commit 54c5678Copy full SHA for 54c5678
mu-plugins/osi-api/osi-api.php
@@ -346,7 +346,7 @@ public function handle_redirects() {
346
$request = new WP_REST_Request( 'GET', '/osi/v1/licenses' );
347
348
// Add query parameters if any
349
- if ( ! empty( $_GET ) ) {
+ if ( ! empty( $_GET ) ) { // phpcs:ignore WordPress.Security.NonceVerification
350
foreach ( $_GET as $key => $value ) { // phpcs:ignore WordPress.Security.NonceVerification
351
// Sanitize key and value
352
$sanitized_key = sanitize_key( $key );
0 commit comments