Closed shapov closed 10 years ago
improves on the fix for #105 without raising #92
this fix prevents binary types such as images from being opened. Only opens files of type text/* and application/* Handling files of type application/* is necessary to open javascript, xml, etc...
text/*
application/*
improves on the fix for #105 without raising #92
this fix prevents binary types such as images from being opened. Only opens files of type
text/*
andapplication/*
Handling files of typeapplication/*
is necessary to open javascript, xml, etc...