From 3fc6a7048d203c0e748e563a94d1d25ffb3843dd Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Jul 2026 16:39:44 +0200 Subject: [PATCH] block XML-RPC --- htaccess.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htaccess.tmpl b/htaccess.tmpl index a71a625..11b2574 100644 --- a/htaccess.tmpl +++ b/htaccess.tmpl @@ -60,3 +60,8 @@ RewriteRule . index.php [L] # END WordPress Multisite {{- end }} + +# Block XML-RPC + + Require all denied +