HTML - Embed Iframe | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Umesh_Thakur

Hi @aemlearner-1989 ,

This issue you are facing, It seems due to XSS protection config, that is based on OWASP recommnedation.

So to enable it you need to enable the iframe in the config file. but that is not recommended.

 

OR

ELse you can use some jquery or vanila js to implement such thing using client libs.

 

Hope this will help

Umesh Thakur

3 replies

Umesh_Thakur
Community Advisor
Umesh_ThakurCommunity AdvisorAccepted solution
Community Advisor
January 22, 2021

Hi @aemlearner-1989 ,

This issue you are facing, It seems due to XSS protection config, that is based on OWASP recommnedation.

So to enable it you need to enable the iframe in the config file. but that is not recommended.

 

OR

ELse you can use some jquery or vanila js to implement such thing using client libs.

 

Hope this will help

Umesh Thakur

BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 22, 2021

@aemlearner-1989, can you please share the error message from your console please?

Kiran_Vedantam
Community Advisor
Community Advisor
January 25, 2021

Hi @aemlearner-1989,

 

You cant show many websites in an iFrame. Reason: An "X-Frame-Options: SAMEORIGIN" response header is set. which prevents the browser from displaying iFrames that are not hosted on the same domain [like parent page]. Its a security feature to prevent click-jacking.

 

 

Hope this helps.

 

Thanks,

Kiran Vedantam.