No description
Find a file
Kumi 052eeb7531
feat: replace redirect with proxy content fetching
Modified the proxy route to fetch and return the content directly from the target URL instead of redirecting. This change leverages `urlopen` to read the response and send its content back to the client, enhancing user experience by keeping them on the same page and avoiding potential CORS issues.
2024-08-03 16:26:09 +02:00
templates feat: switch CDN from jsdelivr to Cloudflare 2024-08-03 16:12:47 +02:00
.gitignore feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00
app.py feat: replace redirect with proxy content fetching 2024-08-03 16:26:09 +02:00
requirements.txt feat: add Flask proxy app for cdn.jsdelivr.net 2024-08-03 08:40:59 +02:00