• Prashant Sharma 18
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
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