diff --git a/src/Http/Handlers/AssetsHandler.php b/src/Http/Handlers/AssetsHandler.php index 5a2d9f45..9f18da38 100644 --- a/src/Http/Handlers/AssetsHandler.php +++ b/src/Http/Handlers/AssetsHandler.php @@ -17,6 +17,10 @@ final class AssetsHandler extends Handler { ], ]; + public function __construct() { + $GLOBALS['misuzuBypassLockdown'] = true; + } + private static function recurse(string $dir): string { $str = ''; $dir = rtrim(realpath($dir), '/') . '/*';