Fix: Gate consent banner on gdpr_enabled setting#143
Conversation
Resolves #140 - Consent banner was showing even when GDPR Compliance Mode was disabled because the check only validated use_slimstat_banner without checking gdpr_enabled. Now the banner only renders when BOTH conditions are met: - gdpr_enabled is 'on' - use_slimstat_banner is 'on'
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review notes:
No other blocking concerns found in this diff. |
Human QA Checklist - PR #143Scope: Verify the consent banner is shown only when both conditions are true:
Environment
Functional Matrix
Frontend Verification (when banner should show)
Negative Verification (when banner should NOT show)
Regression Checks
Optional Compatibility Spot Check
QA Result
|
Close #140 - Consent banner was showing even when GDPR Compliance Mode was disabled because the check only validated use_slimstat_banner without checking gdpr_enabled.
Now the banner only renders when BOTH conditions are met:
Describe your changes
...
Submission Review Guidelines:
CHANGELOG.md.Type of change