Fix MIME types of proxied content in Apache

In Apache 2.2 at least, if you have downstream (eg proxied from Appserver) content with the wrong MIME type you cannot fix it with ForceType as this only works on local files. What you want to do is something like this: Header set Content-Type application/javascript This is particularly important nowadays as content sniffing is bad.

Webextension compatible extensions for Firefox 57

Now FF 57 (Quantum) has been released, old style extensions are no longer supported. Here are replacements that I’ve found: Feed RSS mini icon on Bookmarks Button – Awesome RSS DownThemAll – Download Star Click-to-Play Manager – ??? Copy Plain Text 2 – Copy PlainText FireGestures – Foxy Gestures PrefBar – ??? Might require multiple …

Continue reading ‘Webextension compatible extensions for Firefox 57’ »