NUI files fail to load

Deduced it to Chromium commit f21b724918b277919a898464926568d79d595016, claiming ‘the URL spec has been updated to parse any hostname ending with a numeric component as IPv4 unconditionally’. This is nasty, since this leads to a compat break even if we escape the resource name in the URL, since currently 'https://cfx-nui-' + resourceName is a common way to get a resource base URL (see even topics posted this week such as How we solved the third party app problem for NPWD, and how you can use the same approach).

I truly love ‘web standards’ people… :roll_eyes: