diff --git a/core/modules/aggregator/aggregator.routing.yml b/core/modules/aggregator/aggregator.routing.yml index b9a17a6..6a94734 100644 --- a/core/modules/aggregator/aggregator.routing.yml +++ b/core/modules/aggregator/aggregator.routing.yml @@ -51,6 +51,8 @@ aggregator_page_last: pattern: '/aggregator' defaults: _controller: '\Drupal\aggregator\Routing\AggregatorController::pageLast' + requirements: + _permission: 'access news feeds' aggregator_sources: pattern: '/aggregator/sources'