sandboxPaths property
final
Set additional paths that should be accessible when running in sandbox mode.
Each path will be added to the sandbox to allow web processes to access those directories. This is useful when the WebView needs access to specific local files or directories.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - webkit_web_context_add_path_to_sandbox)
Implementation
final List<String>? sandboxPaths;