✨ 💞 pluginOnlyPolicy.ts
This commit is contained in:
@@ -58,3 +58,4 @@ const ADMIN_TRUSTED_SOURCES: ReadonlySet<string> = new Set([
|
|||||||
export function isSourceAdminTrusted(source: string | undefined): boolean {
|
export function isSourceAdminTrusted(source: string | undefined): boolean {
|
||||||
return source !== undefined && ADMIN_TRUSTED_SOURCES.has(source)
|
return source !== undefined && ADMIN_TRUSTED_SOURCES.has(source)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user