任何方法都允许在iframe中加载chrome:// history-frame

时间:2014-01-09 12:43:24

标签: javascript jquery google-chrome-extension

我正在尝试将chrome:// history-frame加载到我的扩展程序页面中的iframe中,但它正在给出:

XMLHttpRequest cannot load chrome://history-frame/. Cross origin requests are only supported for HTTP. 

我尝试将该网址添加到manifest.json中的permissions元素中,并将其添加为:

"content_security_policy": "script-src 'self' chrome://history-frame; object-src 'self'"

有没有人对如何将其加载到iframe有什么想法?

1 个答案:

答案 0 :(得分:1)

不允许扩展程序在iframe( nor is it allowed 中使用chrome://方案加载原点,以便在CSP中将此类来源列入白名单。)