Set response headers for custom font in order to fix bug on IE

I have this problem: https://stackoverflow.com/questions/50720799/custom-icomoon-font-strange-behavior-on-ie

How and where can I set response headers for my custom font (generated with IcoMoon) in order to get rid of:
Pragma: no-cache
Cache-Control: no-cache, max-age=0, must-revalidate
?

I assume your have a front-end reverse proxy like Apache or Nginx running...you should be able to set/modify/delete headers through some proxy configuration here...otherwise I would try to deliver such resources through a dedicated browser view where you have full control over the related HTTP response.

-aj

1 Like