Skip to content

Commit 44a322e

Browse files
authored
Default of authorized fetch should be disabled (#1548)
1 parent 9c6df62 commit 44a322e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-admin/class-advanced-settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static function render_outbox_purge_days_field() {
9494
* Render use Authorized Fetch field.
9595
*/
9696
public static function render_authorized_fetch_field() {
97-
$value = \get_option( 'activitypub_authorized_fetch', '1' );
97+
$value = \get_option( 'activitypub_authorized_fetch', '0' );
9898
?>
9999
<p>
100100
<label>

0 commit comments

Comments
 (0)