Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
blacklist.php
Go to the documentation of this file.
1 <?php
6 return [
7  '/\.(jpe?g|png|gif|ttf|swf|eot|woff|pdf|mp3|pdf|jar|jbf|php\.dist)$/',
8  '/pub\/opt\/magento\/var/',
9  '/COPYING\.txt/',
10  '/setup\/src\/Zend\/Mvc\/Controller\/LazyControllerAbstractFactory\.php/',
11  '/app\/code\/(?!Magento)[^\/]*/'
12 ];