From e7709b80919b2d50378cbf4d86aeb58d867e64b1 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 22 May 2025 10:36:44 -0500 Subject: [PATCH] Remove stray comma (cherry picked from commit bcd2081ee3bbfe44e350bff56e7ed7aff48d8047) --- config/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.yml b/config/config.example.yml index 1a127e083f..ac2a645e25 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -27,7 +27,7 @@ universal: # 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. excludePathPatterns: - - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$", + - pattern: "^/communities/[a-f0-9-]{36}/browse(/.*)?$" flag: "i" - pattern: "^/collections/[a-f0-9-]{36}/browse(/.*)?$" flag: "i"