Commit 6b779b94 authored by Mike Kozono's avatar Mike Kozono

Cross-link rate limit docs

parent 1482aa4a
...@@ -24,6 +24,7 @@ similarly mitigated by a rate limit. ...@@ -24,6 +24,7 @@ similarly mitigated by a rate limit.
- [User and IP rate limits](../user/admin_area/settings/user_and_ip_rate_limits.md). - [User and IP rate limits](../user/admin_area/settings/user_and_ip_rate_limits.md).
- [Rate limits on raw endpoints](../user/admin_area/settings/rate_limits_on_raw_endpoints.md) - [Rate limits on raw endpoints](../user/admin_area/settings/rate_limits_on_raw_endpoints.md)
- [Protected paths](../user/admin_area/settings/protected_paths.md).
## Rack Attack initializer ## Rack Attack initializer
......
...@@ -4,7 +4,11 @@ type: reference ...@@ -4,7 +4,11 @@ type: reference
# Protected paths **(CORE ONLY)** # Protected paths **(CORE ONLY)**
GitLab protects the following paths with Rack Attack by default: Rate limiting is a common technique used to improve the security and durability
of a web application. For more details, see
[Rate limits](../../../security/rate_limits.md).
GitLab rate limits the following paths with Rack Attack by default:
```plaintext ```plaintext
'/users/password', '/users/password',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment