Skip to content

Commit 884535f

Browse files
authored
Merge pull request #63686 from nextcloud/fix/ai-settings-regex
fix(settings): Fix AI regex
2 parents f036210 + 13d8334 commit 884535f

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)