Rendering telephone links in HTL based on input from a Rich Text widget

后端 未结 1 1322
[愿得一人]
[愿得一人] 2020-12-19 08:27

I have a component using the Rich Text Edit widget (xtype="richtext") in my project that\'s used across the entire site as the default text component.

相关标签:
1条回答
  • 2020-12-19 08:37

    There are two xss protection config files:

    1. /libs/cq/xssprotection/config.xml
    2. /libs/sling/xss/config.xml

    Sightly is using the second one, which means that you need to overlay it at path /apps/sling/xss/config.xml

    What is worth mentioning is that new configuration seems to be applied only after restart of your aem instance.

    0 讨论(0)
提交回复
热议问题