I have developed a web application where I'm using Bootstrap Glyphicons
, Font-Awesome
along with VideoJS
which has it's own custom set.
In 95% of the occasions they work perfectly however in the following circumstances there are problems:
- IE11
- Client behind a Bluecoat Proxy Server
The issue is that certain - not all icons do not manage to appear (for example "fa fa-send". In particular none of the VideoJS icons appear.
This happens only with IE11
on the specific clients that are behind a corporate proxy.
Any idea what could be the cause? Could it be some sort of proxy configuration?