function updateEmbedHosts
updateEmbedHosts(hosts: string): Promise<void>

Update allowed embed hosts (encrypted at rest) Pass empty string to clear the restriction

Parameters

hosts: string

Return Type

Promise<void>

Usage

import { updateEmbedHosts } from "docs/database.ts";