You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/10/13 15:28:37 UTC

svn commit: r320765 - /incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Author: snoopdave
Date: Thu Oct 13 06:28:35 2005
New Revision: 320765

URL: http://svn.apache.org/viewcvs?rev=320765&view=rev
Log:
Expanded comment for trackback protection

Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties?rev=320765&r1=320764&r2=320765&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/classes/roller.properties Thu Oct 13 06:28:35 2005
@@ -256,7 +256,9 @@
 General,Status,Java,Music,Politics,Music
 
 #----------------------------------
-# trackback protection
+# Trackback protection. Set this only if you need to limit the URLs to
+# which users may send trackbacks. Regex expressions are allowed, for example:
+#    trackback.allowedURLs=http://w3.ibm.com/.*||http://another.example.com/.*
 trackback.allowedURLs=
 
 #----------------------------------