Skip to content

Commit 53f9dcd

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

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

213213
public function getAuthorizedAppConfig(): array {
214214
return [
215-
'core' => ['/ai..*/'],
215+
'core' => ['/^ai\..*$/'],
216216
];
217217
}
218218
}

0 commit comments

Comments
 (0)