Is there a way to bypass Content Security Policy frame ancestor on iframe in ionic 2 typescript? I have getting error
refused to display ‘http://test.domain.com’ in a frame because an ancestor violates the following Content Security Policy directive “frame-ancestors http://*.domain.com”
it is working fine on my site which has the domain whitelisted on CSP, probably almost same problem as click this link