ipx icon indicating copy to clipboard operation
ipx copied to clipboard

allow domain validation with subpaths

Open ausir0726 opened this issue 1 year ago • 0 comments

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?

ausir0726 avatar Jul 24 '23 06:07 ausir0726