File "cssjs.php"
Full Path: /home/mba/public_html/wp-content-20250807152928/plugins/w3-total-cache/inc/mime/cssjs.php
File size: 275 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* CSS and JS mime types
*/
return array(
'css' => 'text/css',
'htc' => 'text/x-component',
'less' => 'text/css',
//JS - varieties
'js' => 'application/x-javascript',
'js2' => 'application/javascript',
'js3' => 'text/javascript',
'js4' => 'text/x-js',
);