Android-Password-Store/app
Fabian Henneke 8f722a2219
Fix: Properly handle IP addresses and invalid domains in Autofill (#664)
Mozilla's getPublicSuffixPlusOne is only meant to be invoked on syntactically
valid domain names. In particular, it does not give reasonable results for IP
addresses.

This commit ensures that the domain passed to getPublicSuffixPlusOne is
syntactically valid and not an IP address (the latter is unfortunately
considered a domain by the Android validation patterns).
2020-03-25 20:21:56 +01:00
..
src Fix: Properly handle IP addresses and invalid domains in Autofill (#664) 2020-03-25 20:21:56 +01:00
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle Add support for Oreo Autofill (#653) 2020-03-24 14:03:40 +01:00
proguard-rules.pro Update proguard configuration (#605) 2020-01-01 18:52:38 +05:30