fix: align fill assist compatibility

This commit is contained in:
shuaiplus
2026-07-06 02:09:28 +08:00
parent f0e523376c
commit 56b301f2d1
4 changed files with 64 additions and 6 deletions
+3
View File
@@ -29,6 +29,9 @@ function isExtensionOrigin(origin: string): boolean {
function isWildcardCorsPath(path: string): boolean {
return (
path.startsWith('/icons/')
|| path.startsWith('/fill-assist/')
|| path === '/v1/assetlinks:check'
|| path === '/api/v1/assetlinks:check'
|| path === '/config'
|| path === '/api/config'
|| path === '/api/version'