ipx
ipx copied to clipboard
allow domain validation with subpaths
Describe the feature
I noticed that the nuxt-image package utilizes IPX as the image server. While validating the "domains" to prevent abuse, I discovered that if we store images in a collective domain, it becomes challenging to prevent abuse effectively. For instance, if we place images in Google Storage without setting up a dedicated domain (setting up a dedicated domain would not provide SSL services and requires an additional CDN), for example, https://storage.googleapi.com/bucketA and https://storage.googleapi.com/bucketB, it becomes impossible to differentiate them using the "domains" setting.
Reference: https://github.com/nuxt/image/issues/919
Additional information
- [x] Would you be willing to help implement this feature?