Set the allowedOrigins for the specific client that calls the function.
import { setAllowedOrigins } from 'openfin-notifications';setAllowedOrigins(['https://*.example.com']); Copy
import { setAllowedOrigins } from 'openfin-notifications';setAllowedOrigins(['https://*.example.com']);
An array of allowed origins.
Set the allowedOrigins for the specific client that calls the function.