火狐社区
标题:
开发扩展V3版popup页用fetch请求错误, firefox版本115
[打印本页]
作者:
keii
时间:
2023-7-26 17:14
标题:
开发扩展V3版popup页用fetch请求错误, firefox版本115
本帖最后由 keii 于 2023-7-26 17:16 编辑
当扩展文件是V2版本时
Manifest_version: 2,
Permissions:[
https://*
/*
]
popup页用fetch请求是没问题的。
当扩展文件是V3版本时
Manifest_version: 3,
Host_permissions:[
https://*
/*
],
popup页用fetch请求就报错了。
CORS 缺失 ‘Access Control Allow Origin’
TypeError: NetworkError when attacking to fetch resource
chrome和edge是没问题的。
作者:
keii
时间:
2023-7-27 16:34
要手动开启插件权限
欢迎光临 火狐社区 (http://mozilla.com.cn/)
Powered by Discuz! X3.1