remove UA

This commit is contained in:
Archeb
2024-06-25 01:32:08 +08:00
parent 9d7aa32df1
commit 492715932c
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
export const config = {
"sessions": [
{
"cookie": "...",
"user_agent": "...",
"cookie": `...`,
}
]
}