Spaces:
Running
Running
Commit ·
7df7dfa
1
Parent(s): 64857cd
fix: add NVIDIA API domains to default proxy list
Browse files- cloudflare-proxy.js +1 -0
cloudflare-proxy.js
CHANGED
|
@@ -32,6 +32,7 @@ const DEFAULT_PROXY_DOMAINS = [
|
|
| 32 |
"open.tiktokapis.com", "oauth.reddit.com",
|
| 33 |
"youtube.com", "www.youtube.com",
|
| 34 |
"api.openai.com",
|
|
|
|
| 35 |
"api.resend.com", "api.sendgrid.com", "api.mailgun.net",
|
| 36 |
"googleapis.com", "google.com", "googleusercontent.com", "gstatic.com",
|
| 37 |
];
|
|
|
|
| 32 |
"open.tiktokapis.com", "oauth.reddit.com",
|
| 33 |
"youtube.com", "www.youtube.com",
|
| 34 |
"api.openai.com",
|
| 35 |
+
"integrate.api.nvidia.com", "api.nvidia.com",
|
| 36 |
"api.resend.com", "api.sendgrid.com", "api.mailgun.net",
|
| 37 |
"googleapis.com", "google.com", "googleusercontent.com", "gstatic.com",
|
| 38 |
];
|