Code Review Bench PR #25799 - Removed xmlrpc/pingomatic ping service#1
Open
tomerqodo wants to merge 2 commits intobase_pr_25799_20260125_6554from
Open
Code Review Bench PR #25799 - Removed xmlrpc/pingomatic ping service#1tomerqodo wants to merge 2 commits intobase_pr_25799_20260125_6554from
tomerqodo wants to merge 2 commits intobase_pr_25799_20260125_6554from
Conversation
Pingomatic is a legacy blog ping service that is no longer relevant for modern SEO or content distribution. The service was disabled by default and added unnecessary complexity to the codebase.
This was referenced Jan 25, 2026
This was referenced Jan 28, 2026
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.
Code Review Bench PR TryGhost#25799
Original PR Title: Removed xmlrpc/pingomatic ping service
Original PR Description: Pingomatic is a legacy blog ping service that notified external services when posts were published. It is no longer relevant for modern SEO or content distribution.
The service was disabled by default and added unnecessary complexity to the codebase.
Got some code for us? Awesome 🎊!
Please take a minute to explain the change you're making:
Please check your PR against these items:
We appreciate your contribution! 🙏
Note
Removes the obsolete XML-RPC ping service (Pingomatic) from core and config.
server/services/xmlrpc.jsand its unit testsxmlrpc.listen()and thexmlrpcrequire fromboot.jsprivacy.useRpcPingfromconfig.development.jsonNo other services or boot order affected.
Written by Cursor Bugbot for commit 6214dd7. This will update automatically on new commits. Configure here.
Original PR URL: TryGhost#25799