reportEmbed.min.a7c6…b29f00692e27c5.js:1 Uncaught ReferenceError: ClipboardItem is not defined 报错这个。去微软论坛查了下应该都有这个问题。
https 访问的内嵌是正常的。但是 http 访问的都有问题。
1
penzi 148 天前
http 没有 clipboard 权限
|
![]() |
2
Renco OP @maggch97 #1 之前一直是能访问的,已经内嵌了一年多了。不知道为什么突然 http 就不让用了,只能 https 。因为应用是本地部署的,所以没法通过改为 https 去做。很尴尬
|
3
penzi 148 天前
本地部署也能 https 啊。为什么不行。
|
4
zhmouV2 148 天前
如果问题出在 ClipboardItem 要求安全上下文 https 的话 有个临时的解决方案,edge://flags/ 找到 Insecure origins treated as secure ,添加白名单就行
|