External URL handler#

Patches window.open and other navigation APIs to allow them to be opened in a regular browser’s window or tab.

Important

Usage of this bridge requires you to request the Open URLs capability.

Using in your build configuration#

To add this bridge to your cartridge you specify the following in your kate.json configuration:

{
  "bridges": [
    {
      "type": "external-url-handler"
    }
  ]
}