Solved! Go to Solution.
Views
Replies
Total Likes
If the custom tag is getting stripped it's likely happening from the XSS filter.
/apps/cq/xssprotection/config.xml
/libs/cq/xssprotection/config.xml
NOTE : AEM 6.3 is fast approaching end-of-core-support in April 2020.
Views
Replies
Total Likes
Any inputs from any one as how this could be solved
Views
Replies
Total Likes
If the custom tag is getting stripped it's likely happening from the XSS filter.
/apps/cq/xssprotection/config.xml
/libs/cq/xssprotection/config.xml
NOTE : AEM 6.3 is fast approaching end-of-core-support in April 2020.
Views
Replies
Total Likes
Hi Marc,
Thanks for the inputs
I copied from /libs to /apps i.e /apps/cq/xssprotection/config.xml and added a new tag like below and it worked
<tag name="newtag" action="validate"/>
But have few more issues on this in RTE could you please provide your inputs that will be very helpful.
Now in RTE we have added this tag under paragraph to give an easy to author instead of using source edit
1> When they click on it shows as the newtag from paragraph option in RTE and then click on h1 , h2 tags from paragraph it does not remove <newtag> from text already selected. But when you first try with h1 for new text and then you select h2 it will replace the tag as h2 without any h1 tag in it.
So need inputs here as when we select newtag from paragraph option in RTE and then click on h1 , h2 tags from paragraph it does not remove/replace <newtag> from text already selected to just h1 or h2 tag
Thanks
Views
Replies
Total Likes
Views
Replies
Total Likes