Skip to content

Commit 42dfa5e

Browse files
committed
Improve comment on rtt0 mitigation.
1 parent 2ec1a1d commit 42dfa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/wordpress-setup/templates/includes/directive-only/http3-rtt0.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ssl_early_data on;
33
proxy_set_header Early-Data $ssl_early_data;
44

5-
# Reject early data for unsafe methods
5+
# HTTP/3 Early-Data/0-RTT replay attack mitigration for non-GET requests
66
if ($ssl_early_data = 1 && $request_method !~ ^(GET|HEAD|OPTIONS)$) {
77
return 425;
88
}

0 commit comments

Comments
 (0)