HTML - Embed Iframe
The below script is not working on embed component.
<iframe src="https://www.w3schools.com" title="W3Schools Free Online Web Tutorials">
</iframe>
The below script is not working on embed component.
<iframe src="https://www.w3schools.com" title="W3Schools Free Online Web Tutorials">
</iframe>
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.