feat: 添加 Kiro 授权流程的 cookie 清理和重试机制,优化跨页面恢复

This commit is contained in:
QLHazyCoder
2026-05-18 15:10:18 +08:00
parent 12314e446a
commit 253f15cee6
14 changed files with 471 additions and 15 deletions
+19
View File
@@ -116,6 +116,25 @@
"content/duck-mail.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://view.awsapps.com/*",
"https://login.awsapps.com/*",
"https://*.awsapps.com/*",
"https://signin.aws/*",
"https://signin.aws.amazon.com/*",
"https://*.signin.aws/*",
"https://profile.aws/*",
"https://profile.aws.amazon.com/*",
"https://*.profile.aws/*"
],
"js": [
"shared/source-registry.js",
"content/utils.js",
"content/kiro-device-auth-page.js"
],
"run_at": "document_idle"
}
],
"action": {