Skip to content

Commit a34fda6

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
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 0ad779c commit a34fda6

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
@@ -107,7 +107,7 @@ public function getName(): ?string {
107107

108108
public function getAuthorizedAppConfig(): array {
109109
return [
110-
Application::APP_ID => '/.*/',
110+
Application::APP_ID => '/^.*$/',
111111
];
112112
}
113113
}

0 commit comments

Comments
 (0)