You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Jetpack CLI, Gutenberg class, and the main Jetpack class to remove most references to whitelist/blacklist.
Is this a new feature or does it add/remove features to an existing part of Jetpack?
pb6Nl-duS-p2
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
Test jetpack protect allow function. It should function the same as the pre-existing whitelist function. whitelist will still work in case there are partners who have scripted this CLI command in their systems, but not advertised.
Proposed changelog entry for your changes:
Removed instances of "whitelist" and "blacklist" from the Jetpack codebase.
Caution: This PR has changes that must be merged to WordPress.com
Hello kraftbj! These changes need to be synced to WordPress.com - If you 're an a11n, please commandeer, review, and approve D44599-code before merging this PR. Thank you! This revision will be updated with each commit to this PR
When this PR is ready for review, please apply the [Status] Needs Review label. If you are an a11n, please have someone from your team review the code if possible. The Jetpack team will also review this PR and merge it to be included in the next Jetpack release.
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
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.
Supports #16099
Changes proposed in this Pull Request:
Is this a new feature or does it add/remove features to an existing part of Jetpack?
Does this pull request change what data or activity we track or use?
Testing instructions:
jetpack protect allowfunction. It should function the same as the pre-existingwhitelistfunction.whitelistwill still work in case there are partners who have scripted this CLI command in their systems, but not advertised.Proposed changelog entry for your changes: