File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 77
88## [ 未发布]
99
10+ ## [ 4.5.11] - 2025-12-18
11+
12+ ### 新增
13+
14+ - ** 旧版上传兼容** - 支持 ` crossRequest({ files, file }) ` (兼容 YMFE/cross-request PR #7 )
15+
16+ ### 改进
17+
18+ - ** 传输通道升级** - 优先使用 ` MessageChannel ` 与 content-script 通信,失败自动降级为 DOM 节点队列
19+ - ** Header 兼容** - 自动移除 fetch 不允许设置的请求头(如 ` Origin/Host/Cookie/User-Agent ` ),避免部分服务端拦截 ` chrome-extension:// ` Origin
20+
21+ ### 变更
22+
23+ - ** 请求头注入** - 不再默认从页面注入 ` User-Agent ` 与 ` document.cookie ` (本就无法通过 fetch 设置,且容易引起误解)
24+
1025## [ 4.5.10] - 2025-12-17
1126
1227### 新增
Original file line number Diff line number Diff line change 33 "name" : " Cross Request Master" ,
44 "short_name" : " CrossRequest" ,
55 "description" : " YApi 跨域请求扩展 - 开发者工具" ,
6- "version" : " 4.5.10 " ,
6+ "version" : " 4.5.11 " ,
77 "author" : " leeguooooo" ,
88 "homepage_url" : " https://github.com/leeguooooo/cross-request-master" ,
99 "action" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " cross-request-master" ,
3- "version" : " 4.5.10 " ,
3+ "version" : " 4.5.11 " ,
44 "description" : " YApi 跨域请求扩展" ,
55 "private" : true ,
66 "types" : " types/cross-request.d.ts" ,
You can’t perform that action at this time.
0 commit comments