AboutSupportDeveloper GuideVersion 22.3.18

Set the allowedOrigins for the specific client that calls the function.

import { setAllowedOrigins } from 'openfin-notifications';

setAllowedOrigins(['https://*.example.com']);
  • Parameters

    • allowedOrigins: string[]

      An array of allowed origins.

    Returns Promise<void>