mdn / developer-portal

The code that generates the MDN Web Docs Developer Portal.
Mozilla Public License 2.0
61 stars 38 forks source link

Exclude Admin pages from app-level rate limiting #1751

Closed stevejalim closed 3 years ago

stevejalim commented 3 years ago

Given that the Wagtail and Django admins are behind auth, we do not need to be rate-limiting them, and rate-limiting brings a (very small) risk of breaking admin UI if the admin is heavily used.

Note that infrastructure-level rate limiting config will remain unchanged

AC