Hello fellow XF2 people, mods, and devs. In the past, for CDN usage, we used something in config.php like:
$config['javaScriptUrl'] = 'https://cdn.whatever.com/js';
$config['externalDataUrl'] = 'https://cdn.whatever.com/data';
Is this still supported? Clearly not, as data and js no longer...