From 8fe2d0bc0e6c7af84932947a47a3621c6e44fe8c Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 21 Feb 2026 23:58:49 +0100 Subject: [PATCH] fix typo --- .../src/main/java/com/commafeed/CommaFeedConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java b/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java index 06336404..a000ca92 100644 --- a/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java +++ b/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java @@ -144,7 +144,7 @@ public interface CommaFeedConfiguration { * Prevent access to local addresses to mitigate server-side request forgery (SSRF) attacks, which could potentially expose internal * resources. * - * You may want to enable this if you host a public instance of CommaFeed with regisration open. + * You may want to enable this if you host a public instance of CommaFeed with registrations open. */ @WithDefault("false") boolean blockLocalAddresses();