PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.7.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.7.0
2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 All 48 releases
← All changes | includes/integrations/class-google-oauth-proxy.php +1 -0 1.28.02.7.0 View file →
@@ -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 ));