Customization Anti-Crawler options - #845
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the WordPress admin settings UX so Anti-Crawler (an add-on to SpamFireWall) can automatically enable SpamFireWall when Anti-Crawler is enabled, and enforces that dependency during settings validation.
Changes:
- Added admin-page JS logic to turn on SpamFireWall when Anti-Crawler is enabled.
- Updated settings definition/description for Anti-Crawler and adjusted SpamFireWall children/dependency handling.
- Added server-side validation to force
sfw__enabledon whensfw__anti_crawleris enabled, and regenerated minified assets.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| js/src/cleantalk-admin-settings-page.js | Adds Anti-Crawler → SpamFireWall dependency handling in the settings UI. |
| js/cleantalk-admin-settings-page.min.js | Rebuilt minified JS including the new dependency handler. |
| js/cleantalk-admin-settings-page.min.js.map | Updated source map to match rebuilt minified JS. |
| inc/cleantalk-settings.php | Updates Anti-Crawler field description and adds validation to enforce the dependency server-side. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexandergull
requested changes
Jul 31, 2026
alexandergull
requested changes
Aug 5, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #845 +/- ##
============================================
+ Coverage 27.63% 28.03% +0.40%
- Complexity 6059 6155 +96
============================================
Files 282 284 +2
Lines 25191 25401 +210
============================================
+ Hits 6962 7122 +160
- Misses 18229 18279 +50 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://app.doboard.com/1/task/53331