Can someone update me what all are the list of file extensions that are accepted or used by PHPlist

#Deny access to all files
<FilesMatch “^.*$”>
Require all denied

#Deny access to all files

Allow files with specifically approved file extensions

<FilesMatch “^.*.(css|html?|js|pdf|txt|xml|xsl|gif|ico|jpe?g|png)$”>
Require all granted