extension-blacklist.php 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Blacklisted File Extensions for Uploads */ return array( '.asp', '.apsx', '.bat', '.com', '.exe', '.jsp', '.php', );