Skip to content

Commit f933ed2

Browse files
chore(theming): clearer settings app config regex
Better match intent; no practical operational change today. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 42998dd commit f933ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/theming/lib/Settings/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getName(): ?string {
115115
#[\Override]
116116
public function getAuthorizedAppConfig(): array {
117117
return [
118-
Application::APP_ID => '/.*/',
118+
Application::APP_ID => '/^.*$/',
119119
];
120120
}
121121
}

0 commit comments

Comments
 (0)