Releases: balazsgerlei/SecureWebView
Releases · balazsgerlei/SecureWebView
1.0.0 Alpha 5
1.0.0 Alpha 4
- Only block data URIs in loadUrl (to encourage using loadData instead) so data URIs can be navigated to/loaded by JavaScript - previously data URIs were blocked entirely but that limited legitimate functionality
- Fixed Opaque Origin demo
- Updated Gradle and dependencies
1.0.0 Alpha 3
- Disallow popular AI Chat and more search enginer by default
- Just disallow running JavaScript from loadUrl instead of trying to escape it
- File Access demo now loads image from assets folder so it works out of the box, it only asks for file permissions if a file tried to be loaded from device storage
1.0.0 Alpha 2
- Added Brave Search to disallowed URLs
- Disallow the whole file:// scheme when file access is not allowed
- Fixed various bugs in both the library and sample app
1.0.0 Alpha 1
1.0.0-alpha01