I have the following code:
<html>
<body style="margin: 0px; height: 100vh;">
<iframe src="https://example.org" style="border: none; width: 100%; height: 100%; margin: 0px;"/>
</body>
</html>
Let's say "example.org" has requests being made from badsite.org. How can I block requests of badsite.org in my iFrame without the need of an adblocker chrome extension?
I currently tried nothing