• Puts the given CSP directives into a <meta> tag of the given document.

    Returns

    Nothing; the Document is mutated.

    Parameters

    • doc: Document

      The Document to be modified.

    • csp: ContentSecurityPolicy

      The desired value of the Content Security Policy.

    Returns void