Updating containers and mobile styles, allowing for local videos.
This commit is contained in:
@@ -38,7 +38,7 @@ class KernelRequestNodePathCheck implements EventSubscriberInterface {
|
||||
$current_request = \Drupal::requestStack()->getCurrentRequest();
|
||||
$path = \Drupal::request()->getRequestUri();
|
||||
if (str_contains($path, '/node/')) {
|
||||
throw new NotFoundHttpException();
|
||||
return new NotFoundHttpException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user