PolicyService Question

I’m away from home right now, but I need to know this quick question:

I’m using PolicyService:GetPolicyInfoForPlayerAsync, and there’s an array it returns called AllowedExternalLinkReferences. What strings are returned in this array?

Here’s the response returned by the API:

{
    "IsSubjectToChinaPolicies": bool,
    "IsPaidItemTradingAllowed": bool,
    "ArePaidRandomItemsRestricted": bool,
    "AllowedExternalLinkReferences": ["Discord","YouTube","Twitch","Facebook"]
}
2 Likes