We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/mrdoob/glsl-sandbox/blob/master/server/server.go#L166
Add auth middleware to said route.
The text was updated successfully, but these errors were encountered:
Thank you for the heads up,
Hi, that route is unprotected as users cannot log in. I'm not sure how to stop this. Anyway, I cleaned up all these effects.
Sorry, something went wrong.
Only way I can imagine is to burden attackers via captcha if you need this route to be public.
I'll think about what options we can add to stop these automated submissions. Thanks for the idea.
No branches or pull requests
Affected route is not authorized and is actively being exploited:
https://github.com/mrdoob/glsl-sandbox/blob/master/server/server.go#L166
Solution
Add auth middleware to said route.
The text was updated successfully, but these errors were encountered: