-
Notifications
You must be signed in to change notification settings - Fork 86
Prevent creation of IPX function #1605
New issue
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
Comments
More asking in order to help us triage this - is the presence of this in the cases where it isn't necessary leading to an undesirable outcome (functionally, monetarily, etc.) for some users? |
Having it enabled by default means that if a customer has a domain where anyone can upload files configured in Which would lead to an xss on domain.com |
Hey! Im not a maintainer of the package, I opened the pull request but it was not ideal since it would break some implementations. In the end I end up using patch-package to disable the registration of the IPX function as a temporary solution while Netlify decides to give users the option to disable the function via an env var. |
Would it be possible to prevent the creation of the
ipx
function if one does not need it?Currently, next-runtime is always creating this function but there could be some edge cases where this isn't necessary
The text was updated successfully, but these errors were encountered: