This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Replies: 1 comment
-
proxied download now tries to match the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently in proxied download,
url
param has no limitation. Someone may access urls like https://drive.spencerwoo.com/api/proxy?url=https%3A%2F%2Fgoogle.github.io%2Fstyleguide%2Fcppguide.html to use the api as a proxy, which does not seem to be expected.To ensure
url
is valid, maybe we can check if it is an index apiraw=true
redirection.And for people who do not use it, as proxied download will consume Vercel bandwidth limitation, maybe an option to turn it off is required.
Beta Was this translation helpful? Give feedback.
All reactions