gpt4 book ai didi

javascript - js/jquery - 如何从 iframe 内部更改现有的 iframe 属性

转载 作者:行者123 更新时间:2023-11-28 04:49:14 27 4
gpt4 key购买 nike

我正在使用 TFS,并且正在尝试将扩展程序(网页)上传到仪表板。当仪表板加载我的扩展时,它会使用 Iframe 对其进行包装。

TFS Iframe example

iframe 沙箱属性缺少 allow-same-origin,它允许我操作包含扩展程序的页面。有没有办法从我的扩展程序网页更改 iframe 属性?整个页面如下所示:

<html> // Tfs page
<body>
<div> // main page
<iframe sandbox='allow-scripts ...'> // the iframe that wrapps my extension, missing 'allow-same-origin'
<html> // my extension
<body>
...
</body>
</html>
</iframe>
</body>
</html>

谢谢...

最佳答案

我认为这是故意的:您应该使用 SDK 与 VSTS/TFS 交互,否则很容易想象一个流氓扩展在深网中出售公司的知识产权。

关于javascript - js/jquery - 如何从 iframe 内部更改现有的 iframe 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43087598/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com