You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:25:02 UTC

[sling-org-apache-sling-xss] 09/27: SLING-4403 - XSS Configuration should allow caption tags

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.xss-1.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit 54e898d331057d456a84fe485d26d435425123dd
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jul 29 14:49:58 2015 +0000

    SLING-4403 - XSS Configuration should allow caption tags
    
    * updated default AntiSamy configuration
    (patch provided by Amrit Verma; closes #62)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1693280 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/SLING-INF/content/config.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/SLING-INF/content/config.xml b/src/main/resources/SLING-INF/content/config.xml
index 083b5f5..ff0d48e 100644
--- a/src/main/resources/SLING-INF/content/config.xml
+++ b/src/main/resources/SLING-INF/content/config.xml
@@ -926,6 +926,8 @@ http://www.w3.org/TR/html401/struct/global.html
 
         <!-- Table tags (tbody, thead, tfoot)-->
 
+        <tag name="caption" action="validate"/>
+
         <tag name="thead" action="validate">
             <attribute name="align"/>
             <attribute name="char"/>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.