<div dir="ltr">Context:<div>I want to prevent iframes from loading.<div>I naively looked into getting the frame from which a policy decision came,</div><div>or the frame for which a send request (in the extension) is called, but i can&#39;t find a</div><div>way to get an actual frame instance from which webkit_frame_is_main_frame(frame)</div><div>would tell me if i want to let the frame load or not.</div><div><br></div><div>Question:</div><div>the only webkit2gtk function i found that provides a frame is</div>webkit_web_page_get_main_frame(page)</div><div>which leads to tautology</div><div>webkit_frame_is_main_frame(webkit_web_page_get_main_frame(page)) == TRUE<br></div><div><div><br></div></div><div>Am i missing a use for webkit_frame_is_main_frame ?</div><div><br></div><div>Jérémy</div></div>