Skip to content

Commit d6273e6

Browse files
Merge pull request #63694 from nextcloud/backport/63686/stable31
[stable31] fix(settings): Fix AI regex
2 parents 937c090 + 5c69d58 commit d6273e6

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)