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 654c4b3 commit 12d2c7cCopy full SHA for 12d2c7c
inc/types/class-authorization-code.php
@@ -73,7 +73,7 @@ protected function handle_authorization_submission( $submit, Client $client, $da
73
);
74
75
$generated_redirect = add_query_arg( urlencode_deep( $redirect_args ), $redirect_uri );
76
- // phpcs:ignore WordPress.Security.SafeRedirectSniff -- Intentionally external redirect, secured via client registration.
+ // phpcs:ignore WordPress.Security.SafeRedirect -- Intentionally external redirect, secured via client registration.
77
wp_redirect( $generated_redirect );
78
exit;
79
}
0 commit comments