File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## v0.1.3 (2.46.3) - 2025-01-14
6+
7+ ### Changed
8+
9+ - Improved the CI and build system
10+
11+ ### Added
12+
13+ - Added new APIs to better handle security features, in particular for testing
14+ purposes.
15+ - Added the "DisableWebSecurity" setting in WPESettings to enable/disable all
16+ CORS verifications.
17+ - Added the "setTLSErrorsPolicy" feature in WPEView to accept/reject invalid
18+ SSL certificates by default.
19+ - Added the "onReceivedSslError" callback in WPEViewClient to allow the handle
20+ of invalid SSL certificates on demand.
21+
522## v0.1.2 (2.46.3) - 2024-11-19
623
724### Changed
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
185185
186186``` groovy
187187dependencies {
188- implementation "org.wpewebkit.wpeview:wpeview:0.1.2 "
188+ implementation "org.wpewebkit.wpeview:wpeview:0.1.3 "
189189}
190190```
191191
Original file line number Diff line number Diff line change 11[versions ]
2- wpeview = " 0.1.2 "
2+ wpeview = " 0.1.3 "
33min-android-sdk = " 31"
44target-android-sdk = " 35"
55android-ndk = " 27.0.12077973"
You can’t perform that action at this time.
0 commit comments