Theia API Documentation v1.74.0
    Preparing search index...
    • Neutralizes resources that would otherwise load or execute automatically.

      Active embedded content (iframe, frame, object, embed) is always blocked because it can run active content with the IDE's origin, which is unsafe even for trusted, user-authored Markdown. External URL resources (images, stylesheets, SVG references, ...) are only blocked when blockExternalUrls is true; trusted content passes false to render them directly.

      Parameters

      • root: ParentNode & { ownerDocument: Document }
      • blockExternalUrls: boolean = true

      Returns void