Issue #3380929: Expired users log in, css and js will not be loaded
Add two exemptions for following routes(URL)
- system.js_asset (Aggregate JavaScript files)
Created by the code at line 56 (https://git.drupalcode.org/project/drupal/-/blob/10.1.2/core/modules/system/src/Routing/AssetRoutes.php#L56).
Which is accessible for anyone, as the '_access' attribute is set to 'TRUE'. - system.css_asset (Aggregate CSS files)
Created by the code at line 50 (https://git.drupalcode.org/project/drupal/-/blob/10.1.2/core/modules/system/src/Routing/AssetRoutes.php#L50).
Which is accessible for anyone, as the '_access' attribute is set to 'TRUE'.