Skip to content
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

allow domain validation with subpaths #149

Open
1 task done
ausir0726 opened this issue Jul 24, 2023 · 0 comments · May be fixed by #150
Open
1 task done

allow domain validation with subpaths #149

ausir0726 opened this issue Jul 24, 2023 · 0 comments · May be fixed by #150

Comments

@ausir0726
Copy link

ausir0726 commented Jul 24, 2023

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: nuxt/image#919

Additional information

  • Would you be willing to help implement this feature?
@pi0 pi0 changed the title In the "domains" validation, provide additional validation for folders. allow domain validation with subpaths Jul 24, 2023
@pi0 pi0 added the enhancement label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants