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

Return 404 for resources in sandbox/ js/ fonts/ images/ that don't exist #211

Open
qq99 opened this issue Apr 4, 2014 · 0 comments
Open

Comments

@qq99
Copy link
Owner

qq99 commented Apr 4, 2014

We handle all other URLs as requests to join/create a channel
But we know that anything with a base of:

  • /sandbox/*
  • /js/*
  • /images/*
  • /fonts/*

can be resolved to an actual file resource. We can be bit smarter and prevent at least false positive dev errors by returning 404 instead of simply serving up index.dev.html with 200 when it doesn't match a static file

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

No branches or pull requests

1 participant