From a4cc88897b4c29db23a4a1abbd6c1bcf4c10d430 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:22:50 +0900 Subject: [PATCH] comment --- packages/backend/src/models/Meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/models/Meta.ts b/packages/backend/src/models/Meta.ts index abe4e12c34..df39ed1d91 100644 --- a/packages/backend/src/models/Meta.ts +++ b/packages/backend/src/models/Meta.ts @@ -607,7 +607,7 @@ export class MiMeta { length: 3072, array: true, default: '{}', - comment: 'An array of URL strings or regex that can be used to omit warnings about redirects to external sites. Separate them with spaces to specify AND, and enclose them with slashes to specify regular expressions.', + comment: 'An array of URL strings or regex that can be used to omit warnings about redirects to external sites. Separate them with spaces to specify AND, and enclose them with slashes to specify regular expressions. Each item is regarded as an OR.', }) public wellKnownWebsites: string[];