Clean up duplicate blocking of common scripts

This commit is contained in:
Kijin Sung 2017-09-20 17:32:11 +09:00
parent a722f279d9
commit c686cb3229

View file

@ -19,7 +19,6 @@ class HTMLDisplayHandler
* List of scripts to block loading
*/
public static $blockedScripts = array(
'@\bcommon/(?:css|js)/xe(?:\.min)?\.(?:css|js)$@',
'@(?:^|/)j[Qq]uery(?:-[0-9]+(?:\.[0-9x]+)*)?(?:\.min)?\.js$@',
);