Skip to content

Commit 5b6a70d

Browse files
marcelklehrbackportbot[bot]
authored andcommitted
fix(settings): Fix AI regex
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent cd3ce44 commit 5b6a70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/Settings/Admin/ArtificialIntelligence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function getName(): ?string {
191191

192192
public function getAuthorizedAppConfig(): array {
193193
return [
194-
'core' => ['/ai..*/'],
194+
'core' => ['/^ai\..*$/'],
195195
];
196196
}
197197
}

0 commit comments

Comments
 (0)