kwin commented on code in PR #15:
URL: 
https://github.com/apache/sling-org-apache-sling-security/pull/15#discussion_r3806763801


##########
src/main/java/org/apache/sling/security/impl/ReferrerFilter.java:
##########
@@ -108,16 +108,33 @@ public class ReferrerFilter implements Preprocessor {
         @AttributeDefinition(name = "Allow Empty", description = "Allow an 
empty or missing referrer")
         boolean allow_empty() default false;
 
+        /**
+         * Allow loopback and server NIC addresses (legacy behavior).
+         */
+        @AttributeDefinition(
+                name = "Allow Server Addresses (legacy)",

Review Comment:
   or 
   ```suggestion
                   name = "Allow Own Server Addresses (legacy)",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to