embed multiple charts on same webpage

pratiks
pratiks edited September 2021 in General
i want to embed multiple charts on same webpage,
so i am trying to do this using iframe tag.
is it possible to do so?
<a href="https://kite.zerodha.com/chart/ext/tvc/NFO-FUT/BANKNIFTY21SEPFUT/12476930"
target="frame1"
>click me</a>
<iframe name="frame1" frameborder="1"></iframe>
I am getting error as
Refused to frame 'https://kite.zerodha.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' https://*.zerodha.com https://microapps.google.com/".

Is there any fix?
Sign In or Register to comment.