mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 09:32:12 +00:00
chore(examples): Don't proxy BotGuard requests
This commit is contained in:
@@ -54,7 +54,7 @@ async function getPo(identifier: string): Promise<string | undefined> {
|
||||
const requestKey = 'O43z0dpjhgX20SCx4KAo';
|
||||
|
||||
const bgConfig = {
|
||||
fetch: fetchFn,
|
||||
fetch: (input: RequestInfo | URL, init?: RequestInit) => fetch(input, init),
|
||||
globalObj: window,
|
||||
requestKey,
|
||||
identifier
|
||||
|
||||
Reference in New Issue
Block a user