refactor: share image cleaner defaults across browser and server - #8583
Merged
Merged
Conversation
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.
Image cleaner defaults were duplicated in the browser, while the route test double incorrectly enabled C2PA cleanup for every mode. The browser, server, and route double now share one dependency-free policy, preserving existing import paths and stored settings behavior.
Route regressions cover omitted flags across queued modes, explicit true overrides, and explicit false overrides. The standalone cleanup execution gate is unchanged.
Validation: 150 focused server tests, 2 client catalog checks, client production build, shared-export import smoke, and post-rebase pregate (353 tests plus lint/guards) passed.
The configured tool-free reviewer produced one finding about an out-of-scope constant. It was rejected after inspection: the remaining constant name occurs only in a comment, and the executable gate and its cleanup tests are unchanged.
Closes #8556