XF 1.1 /js/swfupload/Flash/swfupload.swf to the CDN?

Brent W

Well-known member
This is the only file that I can not get on the CDN. Looks like it is called within:

HTML:
<script src="http://static.thediscussionnetwork.com/xenforo/js/swfupload/swfupload.min.js?_v=6ec63d96"></script>

Is there any chance it can respect the
PHP:
$config['javaScriptUrl']
setting, as it is in that folder?
 
No, because if you move it off the local domain, the Flash will cease to function due to cross domain issues (unless you explicitly set that up).
 
Top Bottom