Author: cziegeler
Date: Fri Jul 15 06:28:47 2011
New Revision: 1146975

URL: http://svn.apache.org/viewvc?rev=1146975&view=rev
Log:
SLING-2141 - Add a way to check the referrer for modification requests

Modified:
    
sling/trunk/contrib/extensions/security/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: 
sling/trunk/contrib/extensions/security/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/security/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1146975&r1=1146974&r2=1146975&view=diff
==============================================================================
--- 
sling/trunk/contrib/extensions/security/src/main/resources/OSGI-INF/metatype/metatype.properties
 (original)
+++ 
sling/trunk/contrib/extensions/security/src/main/resources/OSGI-INF/metatype/metatype.properties
 Fri Jul 15 06:28:47 2011
@@ -31,5 +31,8 @@ allow.empty.name = Allow Empty
 allow.empty.description = Allow an empty or missing referrer
 
 allow.hosts.name = Allow Hosts
-allow.hosts.description = List of allowed hosts for the referrer. IF this is 
empty only the server\
- host is allowed.
+allow.hosts.description = List of allowed hosts for the referrer. If this is 
empty only the server\
+ host is allowed. If this is set, it must include the server host name!
+
+allow.localhost.name = Allow Localhost
+allow.localhost.description = If this is enabled, 'localhost' and '127.0.0.1' 
are always allowed.
\ No newline at end of file


Reply via email to