我正在尝试将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有什么想法?