chore(examples): Don't proxy BotGuard requests

This commit is contained in:
Luan
2025-01-16 17:55:33 -03:00
parent 57eba83cb6
commit 50e4b4ee0b

View File

@@ -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