fix(wordpress): remove anonymous telemetry ping (review blocker)#38
Open
asafamos wants to merge 1 commit into
Open
fix(wordpress): remove anonymous telemetry ping (review blocker)#38asafamos wants to merge 1 commit into
asafamos wants to merge 1 commit into
Conversation
WordPress.org review flagged the scan-complete ping to /api/track as "Phoning Home / Collecting User Data Without Opt-In Consent" (Guidelines 7 & 9). Per their guidance, GA-style usage tracking isn't permitted even opt-in — so remove it entirely rather than gate it. - axle-scan.js: drop pingTelemetry() + its call. - axle.php: drop the telemetryUrl from wp_localize_script. - readme.txt: remove the "anonymous usage ping" disclosure + FAQ mentions; the opt-in daily cron (a service the user enables) is the only remaining optional network feature. Bump to 1.2.1 + changelog. The plugin now makes zero outbound requests by default. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ No accessibility violations detectedScanned axe-core automated checks catch roughly 57% of WCAG issues. Manual review still recommended. Powered by axle · Remediation assistance, not compliance certification. |
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.
WordPress.org review flagged the
/api/trackscan-complete ping as phoning home without opt-in (Guidelines 7 & 9). GA-style tracking isn't allowed even opt-in, so removed it entirely (JS + PHP config + readme disclosure). Bumped to 1.2.1. Plugin now makes zero outbound requests by default; the opt-in daily cron is the only remaining optional network feature.🤖 Generated with Claude Code