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