Skip to content

Getting the documentation updated for v0.8#23

Open
yagiz-dev wants to merge 9 commits into
mainfrom
rate-limiter-config
Open

Getting the documentation updated for v0.8#23
yagiz-dev wants to merge 9 commits into
mainfrom
rate-limiter-config

Conversation

@yagiz-dev
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 12, 2026 17:16
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 12, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
docs b93aad0 Commit Preview URL

Branch Preview URL
May 13 2026, 08:14 AM

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the configuration documentation to reflect and explain the built-in rate limiter configuration in config.php, separating it from the API access settings section.

Changes:

  • Simplifies the “API Settings” section to focus on access controls (require_referrer_header, allowed_ips) and removes the old rate_* example keys.
  • Adds a new “Rate Limiter” section describing the Symfony RateLimiter dependency and showing an example rate_limiter configuration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +117 to +119
`policies` is an empty array by default and inherits sensible defaults from [`FOSSBilling\Security\RateLimiter::getDefaultConfig()`](https://github.com/FOSSBilling/FOSSBilling/blob/9acf34ec12f908e01e516b7d54839e155b990b9d/src/library/FOSSBilling/Security/RateLimiter.php#L37).

Any policy you explicitly set in the `policies` array will override the default one. We have included an example below. You can refer to their documentation on creating rate limiter policies.
@yagiz-dev yagiz-dev changed the title Added information about configuring the rate limiter Getting the documentation updated for v0.8 May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants