Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 737 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 737 Bytes

ChangeLog

All notable changes to this project will be documented in this file.

v0.1.3 (2.46.3) - 2025-01-14

Changed

  • Improved the CI and build system

Added

  • Added new APIs to better handle security features, in particular for testing purposes.
  • Added the "DisableWebSecurity" setting in WPESettings to enable/disable all CORS verifications.
  • Added the "setTLSErrorsPolicy" feature in WPEView to accept/reject invalid SSL certificates by default.
  • Added the "onReceivedSslError" callback in WPEViewClient to allow the handle of invalid SSL certificates on demand.

v0.1.2 (2.46.3) - 2024-11-19

Changed