If I had an overlay of of the AntiSamy config file at /apps/cq/xssprotection/config.xml, could I adjust it to allow random data attributes specified by authors? I see it uses regular expressions to validate attribute values, but can I use a regular expression to validate an attribute name? For examp...
CSS(etc.clientlibs/clientlibs/granite/coralui3.css) not loading on /libs/granite/core/content/login.html. Getting 403 for the POST call /wcm-devcloud/libs/granite/core/content/login.html/j_security_check after signing in with the valid credentials.
Every workflow that I create is not appearing under the inbox tab on Author. I am a admin of our author instance and even if the ticket is not assigned to me, I can still see all tickets. This issue just started a week ago, and not sure what to do. The managed services team is not helping at all ...
Hi folks,Hoping someone can help me with this task. As you can see by the title, I'm trying to minify the JS for our site and all of it's associated components in AEM 6.2.We are using angular 1.5.5 across the site and components, and when I go to the AEM Web Console Configuration > Adobe Granite HT...
I'm following the tutorial "Creating an Adobe Experience Manager project using Lazybones"here https://helpx.adobe.com/experience-manager/using/aem_lazybones.htmlHowever I'm having problems in the very beginning with installing the Eclipse Experience Manager plugin.After setting up the AEM Developer ...
I have a requirement to post a comment on successful authentication and I'm using AEM login mechanism as below:1. Login using AJAX call$(document).ready(function() { if(userName && password) { $.ajax({ type:'POST', url : path[0]+"/j_security_check", data: { j_username: userName, j_password: password...
I was going through https://docs.adobe.com/docs/en/aem/6-3/develop/the-basics/designer.html document which highly recommends to store images and CSS files under /etc/design/<project>. The reasoning given is that re-designing of the website can be simply done by pointing the design path to a differen...
My project uses Brightcove AEM component and there is an issue related to the volume slider. We are able to mute it or unmute it but we are unable to change the slider bar for increasing and decreasing the volume. Can anyone please provide any helpful pointers. Thanks in advance.
Hi,I have a very limited/no knowledge on XSS protection in AEM.Went through the links http://tostring.me/270/how-to-prevent-cross-site-scripting-xss-attack-on-your-adobe-cq-based-web-application/https://docs.adobe.com/content/docs/en/cq/5-6-1/deploying/security_checklist.html#Protect%20against%20Cro...
Hi, I have given fieldDescription. But all text coming in single line. What should I use for New Line? <selectPath jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/path...