typography
This commit is contained in:
@ -133,7 +133,7 @@ const isFromWhitelistedDomain = (fqn: string): boolean => {
|
||||
return true;
|
||||
}
|
||||
console.log(
|
||||
`Rejecting prompt request from un-whitelisted domain: ${domain}`
|
||||
`Rejecting prompt request from non-whitelisted domain: ${domain}`
|
||||
);
|
||||
return false;
|
||||
} catch (error: any) {
|
||||
|
Reference in New Issue
Block a user