Skip to content

Commit

Permalink
chore(examples): Don't proxy BotGuard requests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Jan 16, 2025
1 parent 57eba83 commit 50e4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser/web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e4b4e

Please sign in to comment.