function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pratik Raut 14Pratik Raut 14 

Client Insufficient ClickJacking Protection - CheckMarx

Hii,
I am getting error while security review "Client Insufficient ClickJacking Protection" in lightning component.It showing error on below line and saying "The application does not protect the web page from clickjacking attacks in legacy browsers, by using framebusting scripts. "
<aura:component controller="AddCustomerContactCompoController" implements="force:appHostable,flexipage:availableForAllPageTypes,flexipa ge:availableForRecordHome,force:hasRecordId,forceCommunity:availableForA llPageTypes,force:lightningQuickAction" access="global" >
Is this happens due to I implements all interfaces ?
(I implemented all interfaces but not all in used. Is this is the reason?)
Thanks
 
Raj VakatiRaj Vakati
I dnt think so its coming from this component ..  Can you please check once again ??

Is there any other code 
Prashant Sharma 18Prashant Sharma 18
Hello @prateek,

Did you get the solution for this. I am facing the same issue and is stuck here