mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #4365 from DSpace/backport-4364-to-dspace-7_x
[Port dspace-7_x] Remove stray comma from `config.example.yml` which makes example config invalid
This commit is contained in:
@@ -27,7 +27,7 @@ universal:
|
|||||||
# If the path match any of the regexes it will be served directly in CSR.
|
# If the path match any of the regexes it will be served directly in CSR.
|
||||||
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
|
# By default, excludes community and collection browse, global browse, global search, community list, statistics and various administrative tools.
|
||||||
excludePathPatterns:
|
excludePathPatterns:
|
||||||
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$",
|
- pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$"
|
||||||
flag: "i"
|
flag: "i"
|
||||||
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
|
- pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$"
|
||||||
flag: "i"
|
flag: "i"
|
||||||
|
Reference in New Issue
Block a user