We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be super convenient if ipx could just return the content of file as is if the file isn't an image.
This could be done as a feature flag, ex IPX_PROXY_NOT_IMAGE, if enabled, ipx would simply return the file content if the file is not an image.
Of course I understand that you can check what kind of file it is before request to ipx, but there are not entirely convenient conditions for this.
The text was updated successfully, but these errors were encountered:
It imposes a huge security risk. can you explain your usecase?
Sorry, something went wrong.
@pi0 routing to the ipx is handled by Caddy server with file rule.
@pi0 So there are no security issues because
No branches or pull requests
Describe the feature
It would be super convenient if ipx could just return the content of file as is if the file isn't an image.
This could be done as a feature flag, ex IPX_PROXY_NOT_IMAGE, if enabled, ipx would simply return the file content if the file is not an image.
Of course I understand that you can check what kind of file it is before request to ipx, but there are not entirely convenient conditions for this.
Additional information
The text was updated successfully, but these errors were encountered: