Skip to content

Commit

Permalink
chore: updated user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 9, 2025
1 parent c3a021d commit b139fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export default {
hostWorker: "vot-worker.toil.cc",
mediaProxy: "media-proxy.toil.cc",
userAgent:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 YaBrowser/24.12.0.0 Safari/537.36",
componentVersion: "24.12.2.856",
hmac: "bt8xH3VOlb4mqf0nqAibnDOoiPlXsisf",
defaultDuration: 343,
minChunkSize: 5295308,
loggerLevel: 1,
version: "2.1.5",
version: "2.1.6",
} as ConfigSchema;

0 comments on commit b139fb2

Please sign in to comment.