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();