css - Font Awesome icons not displaying on the VPN -


i noticed font-awesome icons not displaying when users access website via vpn.

if accessing website onsite, everything's working fine , work perfectly.

the same problem doesn't occur other jquery , bootstrap cdns if on same page , access via vpn. problem occurs font-awesome css. have tried both javascript , css version , both give me same error. happens on browsers too.

my vpn changes links

<link href="https://portal.mysite.ac.uk/ui/1.11.4/themes/ui-lightness/,danainfo=code.jquery.com,ct=css+jquery-ui.css" rel="stylesheet" type="text/css" />  <link href="https://portal.mysite.ac.uk/,danainfo=use.fontawesome.com,ssl+4b650a8101.css" rel="stylesheet"> 

and shows me error in browser below:

enter image description here

so, if guys ever encountered kind of problem, please let me know how can around it?

here example of fa usage:

<a title="view application" class="fa fa-folder-open-o" href="/application/assessmentdetail/,danainfo=sea+10040"></a> 

is there way show 'title' if loading of fontawesome fails?


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -