Blocking the parent frame from reaching into iframes provides increased security (by preventing pages from side-stepping the API blocking by reaching into child frames), but breaks sites that non-maliciously write into / out of iframes.
It would be good to add a "more compatible" option, that allows frames to reach into the DOMs of child frames, but still makes a "best effort" at blocking the DOM in the parent frame.
Blocking the parent frame from reaching into iframes provides increased security (by preventing pages from side-stepping the API blocking by reaching into child frames), but breaks sites that non-maliciously write into / out of iframes.
It would be good to add a "more compatible" option, that allows frames to reach into the DOMs of child frames, but still makes a "best effort" at blocking the DOM in the parent frame.