mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix typo
This commit is contained in:
@@ -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
|
* Prevent access to local addresses to mitigate server-side request forgery (SSRF) attacks, which could potentially expose internal
|
||||||
* resources.
|
* 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")
|
@WithDefault("false")
|
||||||
boolean blockLocalAddresses();
|
boolean blockLocalAddresses();
|
||||||
|
|||||||
Reference in New Issue
Block a user