如何检查iframe广告代码是否具有来自原始网站的沙箱属性

时间:2018-10-04 11:10:24

标签: javascript iframe sandbox

iframe看起来像这样:

<iframe width="100%" height="100%" src="domain.com" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="" sandbox="allow-same-origin"></iframe>

那么我如何从domain.com中检测到它被嵌入具有沙箱属性的iframe代码中?我进行了一些研究,发现了喷砂机,但对我来说不起作用。

0 个答案:

没有答案