Trevixal API
    Preparing search index...

    Variable IFRAME_ATTRIBUTESConst

    IFRAME_ATTRIBUTES: Readonly<Record<string, string>> = ...

    The permissions and loading attributes every rendered <iframe> carries. sandbox is the load-bearing one: it keeps the framed page from navigating the top window or reading the document, whatever the host.