@haylee.mertz
To block pop-ups coming from an iframe, you can use JavaScript to detect and prevent them. Here's an example of how to achieve this:
By overriding the window.open
function inside the iframe, any pop-up attempts within the iframe will be blocked. You can modify the action taken when detecting a pop-up attempt based on your requirements.