function getEmbedHostsFromDb
getEmbedHostsFromDb(): Promise<string | null>

Get allowed embed hosts from database (decrypted) Returns null if not configured (embedding allowed from anywhere)

Return Type

Promise<string | null>

Usage

import { getEmbedHostsFromDb } from "doc.ts";