[Vtigercrm-commits] [Vtiger development] #8613: storage htaccess denying access to all capital letter image extensions

Vtiger development vtiger-tickets at trac.vtiger.com
Thu Aug 13 07:13:30 GMT 2015


#8613: storage htaccess denying access to all capital letter image extensions
------------------------+-------------------------
 Reporter:  tim         |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  6.3.0
 Severity:  Medium      |  Resolution:
 Keywords:              |
------------------------+-------------------------

Comment (by tim):

 I extended my htaccess file to this

 {{{
 deny from all
 <FilesMatch "\.(gif|GIF|jpe?g|JPE?G|png|PNG)$">
 Order allow,deny
 Allow from all
 </FilesMatch>
 }}}

 Maybe there is a more elegant way though.

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8613#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list