cspSource

abstract val cspSource: String(source)

Content security policy source for webview resources.

This is the origin that should be used in a content security policy rule:

`img-src https: ${webview.cspSource} ...;`

Online Documentation