You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\__( 'Your profile URL is accessible and do not redirect to the home page.', 'activitypub' )
38
+
\__( 'Your author URL is accessible and supports the required "Accept" header.', 'activitypub' )
39
39
),
40
40
'actions' => '',
41
41
'test' => 'test_profile_url',
@@ -48,7 +48,7 @@ public static function test_profile_url() {
48
48
$result['label'] = \__( 'Profile URL is not accessible', 'activitypub' );
49
49
$result['description'] = \sprintf(
50
50
'<p>%s</p>',
51
-
\__( 'Authorization Headers are being blocked by your hosting provider. This will cause IndieAuth to fail.', 'activitypub' )
51
+
\__( 'Your author URL is not accessible and/or does not return valid JSON. Please check if the author URL is accessible and does not redirect to another page (often done by SEO plugins).', 'activitypub' )
52
52
);
53
53
}
54
54
@@ -58,9 +58,10 @@ public static function test_profile_url() {
0 commit comments