I am using CQ 5.6.1 without Sightly ,do you have any links or code sinppet as what I could add in dispatcher section that could protect from XSS ,which in general could be used to protect the website from XSS
http://www.abc.com/search-results.html?search-site=test&locale=en_US%22%3E%3Csvg+src%3DX+onload%3D%22prompt%28%27xss%27%29 I see a javacript alert coming up on the browser when i feed the above url due to XSS (cross-site scripting) vulnerability due to improper handling of provided URL parameters .p...
Yes , I want to add 2 captcha on the same page.use case:-I have a comment section where captcha has to be displayed to the user which filling/posting the comment and on the reply section also we need an captcha. Please let me know how to proceed
In Text component I have added sourceedit plugin using the below structure/apps/foundation/components/text/dialog/items/tab1/items/text/rtePlugins/misctoolsNow every time i had a tag say <footer class="row" > <img src="images/svg/logo-colour.svg" class="logo"><ul class="links"></footer>It introduces...
I have a template with a parsys.In the template after Parsys I need to add the blog mechanism.blog mechanism should contain :- 2 input fields [Name and comment] basically a form .so when user submits it .The comment entered must get displayed below the above mentioned form. MY question:-Now how ...
Hi,Could some one help on providing me how I could add a reply button to comment already posted on blogI am using <cq:include path="comments" resourceType="collab/commons/components/comments" />Thanks,
I have CQ5.6.1 application which has a JSP where the html tag was <textarea>.....</textarea>Now my requirement i need to replace it with Rich text editor ,please let me know how could I go doing thisFor reference the file is /libs/foundation/components/form/textThanks