You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2015/07/29 16:49:58 UTC

svn commit: r1693280 - /sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml

Author: radu
Date: Wed Jul 29 14:49:58 2015
New Revision: 1693280

URL: http://svn.apache.org/r1693280
Log:
SLING-4403 - XSS Configuration should allow caption tags

* updated default AntiSamy configuration
(patch provided by Amrit Verma; closes #62)

Modified:
    sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml

Modified: sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml?rev=1693280&r1=1693279&r2=1693280&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml (original)
+++ sling/trunk/bundles/extensions/xss/src/main/resources/SLING-INF/content/config.xml Wed Jul 29 14:49:58 2015
@@ -926,6 +926,8 @@ http://www.w3.org/TR/html401/struct/glob
 
         <!-- Table tags (tbody, thead, tfoot)-->
 
+        <tag name="caption" action="validate"/>
+
         <tag name="thead" action="validate">
             <attribute name="align"/>
             <attribute name="char"/>