mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 06:27:10 +03:00
Add support for poToken and visitor data
Fixes api requests https://github.com/iv-org/invidious/pull/4789
This commit is contained in:
@@ -195,7 +195,12 @@ addDefaults(config, {
|
||||
useCacheForSegmentGroups: false,
|
||||
maxConnections: 100,
|
||||
maxResponseTime: 1000,
|
||||
maxResponseTimeWhileLoadingCache: 2000
|
||||
maxResponseTimeWhileLoadingCache: 2000,
|
||||
etagExpiry: 5000,
|
||||
youTubeKeys: {
|
||||
visitorData: null,
|
||||
poToken: null
|
||||
}
|
||||
});
|
||||
loadFromEnv(config);
|
||||
migrate(config);
|
||||
|
||||
Reference in New Issue
Block a user