mirror of
https://github.com/misskey-dev/summerflare.git
synced 2025-04-29 02:37:17 +09:00
chore: update ua
This commit is contained in:
parent
4801fa8829
commit
5a2b1c7d1d
@ -24,7 +24,7 @@ export function requestInit(request: Request) {
|
|||||||
headers: {
|
headers: {
|
||||||
Accept: "text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8",
|
Accept: "text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8",
|
||||||
"CDN-Loop": cdnLoop.concat(url.hostname).join(", "),
|
"CDN-Loop": cdnLoop.concat(url.hostname).join(", "),
|
||||||
"User-Agent": "Mozilla/5.0 (compatible; Summerflare; +https://github.com/misskey-dev/summerflare)",
|
"User-Agent": "Mozilla/5.0 (compatible; preview) Summerflare/1 (+https://github.com/misskey-dev/summerflare)",
|
||||||
},
|
},
|
||||||
} satisfies RequestInit
|
} satisfies RequestInit
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user