fix(gamebanana): Filter out mod results with content ratings#298
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
patchzyy
approved these changes
Jul 9, 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.
Purpose of this PR:
Filter out inappropriate mod results from the mod browser's search results.
How to Test:
Look for inappropriate mods by trying out different search strings that would normally return mods with content ratings that would be gated behind sign-ins on GameBanana itself to see the details. With this change, Wheel Wizard will not direct users to such search results anymore through its mod browser.
What Has Been Changed:
apiv11toapiv12-- no breaking changes have been noticed._bHasContentRatingsis respected now and results with it are filtered out from the search results._aArchivedFilesJSON property is also supported now, as some mods seemed to break with that property instead of_aFiles.Related Issue Link:
(There have been concerns with this in the past, so this is quite high-priority for some users.)
Checklist before merging