Skip to content
Snippets Groups Projects
Commit 697a8a58 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

browse: Add rate limit to content views to avoid abuses

It has been observed that some users are scraping the browse content
views at a high rate by sending too many requests in a short amount
of time.

So add a rate limit of sixty requests per minute to content views to
avoid such abuse by using the django-ratelimit package.

Related to #4795.
parent 4372d376
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment