Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/changelog/2859-from-description
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Enable RFC 9421 HTTP Message Signatures by default.
2 changes: 1 addition & 1 deletion includes/class-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public static function register_settings() {
array(
'type' => 'boolean',
'description' => 'Use RFC-9421 signature.',
'default' => false,
'default' => true,
)
);

Expand Down