Skip to content

Commit 3c9c901

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

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
@@ -217,7 +217,7 @@ public function getName(): ?string {
217217
#[\Override]
218218
public function getAuthorizedAppConfig(): array {
219219
return [
220-
'core' => ['/ai..*/'],
220+
'core' => ['/^ai\..*$/'],
221221
];
222222
}
223223
}

0 commit comments

Comments
 (0)