We are using below configuration in RStudio for handling iframe issue:
auth-none=0
www-address=0.0.0.0
www-frame-origin=any
www-same-site=none
www-verify-user-agent=0
www-allow-origin=1
www-enable-origin-check=0
we are using iframe to load the url
But we are unable to access in iframe in chrome.
Able to access in tab or also in iframe over firefox.