Skip to content

Commit

Permalink
Add extra cors servers
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Dec 5, 2023
1 parent e11f315 commit eb48924
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/io/fetch-cors-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import { asyncWaterfall } from '../util/asyncWaterfall'
import { shuffle } from '../util/shuffle'

// Hard-coded CORS proxy server
const PROXY_SERVER_URLS = ['https://cors1.edge.app', 'https://cors2.edge.app']
const PROXY_SERVER_URLS = [
'https://cors1.edge.app',
'https://cors2.edge.app',
'https://cors3.edge.app',
'https://cors4.edge.app'
]

export const fetchCorsProxy = async (
uri: string,
Expand Down

0 comments on commit eb48924

Please sign in to comment.