OSC / ood-fileexplorer

[MOVED] The Open OnDemand File Explorer
https://osc.github.io/Open-OnDemand/
MIT License
4 stars 1 forks source link

Fix IE11 icons #125

Closed brianmcmichael closed 8 years ago

brianmcmichael commented 8 years ago
brianmcmichael commented 8 years ago

@ericfranz please review.

ericfranz commented 8 years ago

We may need to later remove no-store from "Cache-Control" headers per the above, but for now it's working without the modification.

Why would we need to do this? Can we remove it right now? Does cache busting still work?

brianmcmichael commented 8 years ago

Why would we need to do this?

It's part of the instructions for getting FontAwesome to work with IE. We're using IE and HTTPS though. See: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting#im-hosting-fonts-on-my-server-and-icons-dont-show-up

Can we remove it right now?

Sure. I made the smallest cut to get this working.

Does cache busting still work?

The "Cache-Control" headers are still in place. "Pragma" is part of HTTP/1.0 specification, while "Cache-Control" is HTTP/1.1