Iframe 尝试从安全来源与其顶级框架不同的文档调用 getUserMedia
Iframe trying to call getUserMedia from a document with a different security origin than its top-level frame
IFrame 继续给"Trying to call getUserMedia from a document with a different security origin than its top-level frame."
https://www.client.com
那里的站点有 iframe 服务
<iframe allow="geolocation; microphone; camera; midi; encrypted-media;" src="https://supplier.supplier.com/services"></iframe>
- 现在在 Google chrome 上使用这些标志
allow="geolocation; microphone; camera; midi; encrypted-media;
,它可以工作,但在 Safari 上不工作
如何让它在Safari上运行,让不同的来源可以使用该服务?其中 client.com
使用 HTTPS 从 supplier.com
购买服务。
https://bugs.webkit.org/show_bug.cgi?id=182638#c8
2018-03-10 21:38:59 PST: Behaving correctly in latest STP.
请在这里或那里进行测试和报告。
IFrame 继续给"Trying to call getUserMedia from a document with a different security origin than its top-level frame."
https://www.client.com
那里的站点有 iframe 服务<iframe allow="geolocation; microphone; camera; midi; encrypted-media;" src="https://supplier.supplier.com/services"></iframe>
- 现在在 Google chrome 上使用这些标志
allow="geolocation; microphone; camera; midi; encrypted-media;
,它可以工作,但在 Safari 上不工作
如何让它在Safari上运行,让不同的来源可以使用该服务?其中 client.com
使用 HTTPS 从 supplier.com
购买服务。
https://bugs.webkit.org/show_bug.cgi?id=182638#c8
2018-03-10 21:38:59 PST: Behaving correctly in latest STP.
请在这里或那里进行测试和报告。