Hacker News new | ask | show | jobs
by Avfrosta 536 days ago
The fake requests problem has been solved, atleast partly.

I added a simple CORS check that makes sure the request is coming from the same domain as the request itself is saying it's coming from. Also added rate-limiting.