Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-web
Source project has a limited visibility.
  • Antoine Lambert's avatar
    697a8a58
    browse: Add rate limit to content views to avoid abuses · 697a8a58
    Antoine Lambert authored
    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.
    697a8a58
    History
    browse: Add rate limit to content views to avoid abuses
    Antoine Lambert authored
    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.