Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

AEM 6.3 RTE plug-in issue

Avatar

Level 3

RTE plug-in strips off the data attributes(eg:data-link) when we save the RTE dialog. Any additional configuration available to avoid this?

1 solution acceptée

Avatar

Réponse correcte par
Employee

You'll have to adjust the xss config to avoid the antisamy configuration to strip off these attributes.

Once you click save, Check the error.log that would provide the message that would give you an idea that antisamy is at play.

To fix this: You can follow (1) on similar lines.

(1) : XSS Filter issue with the target attribute of the a tag

Voir la solution dans l'envoi d'origine

3 Replies

Avatar

Level 10

Show a screen shot as an example.

Avatar

Level 3

Capture.PNG

data-link attribute is stripped off when we save the dialog.

Avatar

Réponse correcte par
Employee

You'll have to adjust the xss config to avoid the antisamy configuration to strip off these attributes.

Once you click save, Check the error.log that would provide the message that would give you an idea that antisamy is at play.

To fix this: You can follow (1) on similar lines.

(1) : XSS Filter issue with the target attribute of the a tag