我有一个关于嵌入式画布的问题是我不想要的 使用双击功能。
虽然Sketchfab提供的API不提供此类功能,但有没有办法阻止事件首先到达那里?
更新:
我正在使用Sketchfab嵌入模型。
这是嵌入:
<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/9eb60eebc20e45c4b586e1a6fe6c5983/embed" frameborder="0" allowvr allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>
...
答案 0 :(得分:1)
由于您声明使用的是Sketchfab(嵌入了iframe),因此无法使用XSS保护。没有主流浏览器允许您访问嵌入的跨站点内容。
有关cross-frame scripting and security的更多信息,请查看此链接。
答案 1 :(得分:0)