diff --git a/core/modules/image/src/Controller/ImageStyleDownloadController.php b/core/modules/image/src/Controller/ImageStyleDownloadController.php index d90f52e..2cc6585 100644 --- a/core/modules/image/src/Controller/ImageStyleDownloadController.php +++ b/core/modules/image/src/Controller/ImageStyleDownloadController.php @@ -102,9 +102,9 @@ public function deliver(Request $request, $scheme, ImageStyleInterface $image_st // generated without a token can set the // 'image.settings:allow_insecure_derivatives' configuration to TRUE to // bypass the latter check, but this will increase the site's vulnerability - // site's vulnerability to denial-of-service attacks. To prevent this - // variable from leaving the site vulnerable to the most serious attacks, a - // token is always required when a derivative of a style is requested. + // to denial-of-service attacks. To prevent this variable from leaving the + // site vulnerable to the most serious attacks, a token is always required + // when a derivative of a style is requested. // The $target variable for a derivative of a style has // styles//... as structure, so we check if the $target variable // starts with styles/.