| @@ -236,8 +236,9 @@ | ||
| 236 | 236 | 'n' => $nonce, |
| 237 | 237 | ]); |
| 238 | 238 | |
| 239 | 239 | // External host, so wp_safe_redirect() is not applicable here. |
| 240 | + // phpcs:ignore WordPress.Security.SafeRedirect.wp_redirect_wp_redirect -- the OAuth proxy is an external host, which wp_safe_redirect() would refuse. | |
| 240 | 241 | wp_redirect(add_query_arg( |
| 241 | 242 | ['action' => 'connect', 'state' => $state], |
| 242 | 243 | self::get_proxy_url() |
| 243 | 244 | )); |