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

Use .well-known path for assets to avoid conflicts #3234

Open
reesericci opened this issue Sep 10, 2024 · 2 comments
Open

Use .well-known path for assets to avoid conflicts #3234

reesericci opened this issue Sep 10, 2024 · 2 comments

Comments

@reesericci
Copy link

reesericci commented Sep 10, 2024

Context

I was reading this blog post about assets and noticed that y'all were using /avo-assets. While it is extremely unlikely to conflict with anything, it is a possibility.

Proposition

To solve this, I think it would make sense to use a .well-known path, as defined in RFC 86150 which are designed for exactly this purpose: to define a pathname for well-known resources that won't conflict with the webmaster's path namespace. Additionally, these can be registered with IANA to further prevent conflicts.

@adrianthedev
Copy link
Collaborator

Sounds great! Are you open to send in a PR?

@reesericci
Copy link
Author

Potentially, I just don't know the full extent of the usage of /avo-assets and I'm not super familiar with the codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants