Skip to content

Releases: balazsgerlei/SecureWebView

1.0.0 Alpha 5

29 Oct 21:25
Compare
Choose a tag to compare
1.0.0 Alpha 5 Pre-release
Pre-release
  • Introduce a new, more robust and flexible way to configure allow and disallow/block lists (thanks @drathar)
  • Add the first unit tests, covering the new allow and disallow list configuration logic (thanks @drathar)

1.0.0 Alpha 4

08 Aug 07:17
Compare
Choose a tag to compare
1.0.0 Alpha 4 Pre-release
Pre-release
  • 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

15 Jul 06:21
Compare
Choose a tag to compare
1.0.0 Alpha 3 Pre-release
Pre-release
  • 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

30 Apr 07:22
Compare
Choose a tag to compare
1.0.0 Alpha 2 Pre-release
Pre-release
  • 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

18 Apr 07:06
Compare
Choose a tag to compare
1.0.0 Alpha 1 Pre-release
Pre-release
1.0.0-alpha01