You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way of hacking the website is by continuously re-creating subscriptions and requesting a sample.
What
Add a check on the backend which allows the user to only request up to X amount of samples per day (daily samples counter and last-sample-request timestamp).
Adapt the can-request-sample endpoint to consider this counter.
The text was updated successfully, but these errors were encountered:
Why
One way of hacking the website is by continuously re-creating subscriptions and requesting a sample.
What
The text was updated successfully, but these errors were encountered: