balazsgerlei / SecureWebView

Android WebView wrapper with secure defaults to avoid security issues caused by misconfiguring WebViews.
Creative Commons Zero v1.0 Universal
6 stars 3 forks source link

Fix erroneous comparison of hosts during URI matching #3

Closed drathar closed 5 months ago

drathar commented 5 months ago

Fixes #2 by comparing the URI parameter's host against the member URI's host.

balazsgerlei commented 5 months ago

Thanks a lot for noticing this! I plan to add unit tests soon which should cover mistakes like this!