1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-21 17:23:56 +09:00
This commit is contained in:
kakkokari-gtyih 2024-03-22 19:22:50 +09:00
parent eb7d9c75a2
commit a4cc88897b

View File

@ -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[];