When in a local test instance, using string loading against untrusted URLs will log an error message. This error message references video players despite the request being made from string loading.
2024.11.28 06:19:36 Error - You are playing an untrusted URL (Domain: example.com) in a local world. If this URL is needed for the world to work, the domain needs to be added to the world's Video Player Allowed Domains list on the website.
2024.11.28 06:19:36 Log - [String Download] Attempting to load String from URL 'https://example.com/api/v1/hi'
As far as I know, the new URL allowlist limitation does not apply to string loading, so this message is either misleading or wrong.