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