cspSource property
String
get
cspSource
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} ...;`
Implementation
_i2.String get cspSource => _i5.getProperty(
this,
'cspSource',
);