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
Server PR Silo-Server/silo-server#1359 changes how profile content-rating ceilings are enforced. They now compare minimum viewer ages, and the web profile editor offers four new ceiling values: 6, 12, 15 and 16. The wire format is unchanged: max_content_rating is still a string.
What needs doing
Profile picker.CreateProfileView.contentRatings lists only G, PG, PG-13 and R. A profile given 12 or 15 on the web has no matching picker tag, so the editor shows no selection. Add the four age values in the same order as the web (G, 6, PG, 12, PG-13, 15, 16, R). At minimum, keep an unknown current value selected and untouched when the profile is saved.
Server PR Silo-Server/silo-server#1359 changes how profile content-rating ceilings are enforced. They now compare minimum viewer ages, and the web profile editor offers four new ceiling values:
6,12,15and16. The wire format is unchanged:max_content_ratingis still a string.What needs doing
CreateProfileView.contentRatingslists onlyG,PG,PG-13andR. A profile given12or15on the web has no matching picker tag, so the editor shows no selection. Add the four age values in the same order as the web (G, 6, PG, 12, PG-13, 15, 16, R). At minimum, keep an unknown current value selected and untouched when the profile is saved.make apiv2-fixtures-syncfrom the server once fix(access): enforce content-rating ceilings by minimum age silo-server#1359 merges. The ETags inindex.jsonandlist_progress_ok.jsonchanged.No other client change is needed.
content_ratingon items stays an opaque display string.AI Disclosure