我在 sub1.domain.com 上有 wymeditor,可以通过 sub2.domains.com 上的页面访问。
这一行给出了一个错误:
var styles = this._doc.styleSheets[0];
http://removed.example.com 从 http://removed2.example.com获取属性 HTMLDocument.styleSheets 的权限被拒绝。
我假设这是一个跨站点脚本限制,但我想从不同的域为我的媒体提供服务。我怎样才能做到这一点?