We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4048 commit a66382bCopy full SHA for a66382b
README.md
@@ -161,7 +161,7 @@ You can enable the following middleware using the "middlewares" config parameter
161
- "validation": Return input validation errors for custom rules
162
- "sanitation": Apply input sanitation on create and update
163
- "multiTenancy": Restricts tenants access in a multi-tenant scenario
164
-- "pageLimits": Restricts list operations to become too heavy
+- "pageLimits": Restricts list operations to prevent heavy load and scraping
165
- "customization": Provides handlers for request and response customization
166
167
The "middlewares" config parameter is a comma separated list of enabled middlewares.
0 commit comments