Hi All,
I am doing the scanning of my application(I am using AEM6.4) on IBM AppScan tool and found issue for "target="-blank" is unsafe. I am using newtab ( target="_blank") while authoring the URL in text content in RTE. And as per the tool recommendation the fix is :- Add the attribute rel = "noopener noreferrer" to each link element with target="_blank".
My doubt is do I need to add this fix with all of my target="_blank" on my AEM pages because I never used it. Please suggest
Regards,