Yogos
June 4, 2020, 1:17pm
1
Hello,
I have iframe into iframe, the first iframe work no problem but the second iframe into android I have message error : net::ERR_BLOCKED_BY_RESPONSE
IOS => OK
config.xml
<access origin="*" subdomains="true" />
<allow-navigation href="*" />
<allow-intent href="*" />
Did you find a solution for this?
Yogos
November 9, 2020, 12:50pm
4
I find why i had this error : Some website block iframe
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame, iframe, embed or object. Sites can use this to avoid click-jacking attacks, by ensuring that their content is not...