We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec1a1d commit 42dfa5eCopy full SHA for 42dfa5e
roles/wordpress-setup/templates/includes/directive-only/http3-rtt0.conf
@@ -2,7 +2,7 @@
2
ssl_early_data on;
3
proxy_set_header Early-Data $ssl_early_data;
4
5
-# Reject early data for unsafe methods
+# HTTP/3 Early-Data/0-RTT replay attack mitigration for non-GET requests
6
if ($ssl_early_data = 1 && $request_method !~ ^(GET|HEAD|OPTIONS)$) {
7
return 425;
8
}
0 commit comments