You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of that it highlights wrongly a lot of domains not in the regex. Using the public suffix list is probably the best way to handle those cases: https://publicsuffix.org/
The text was updated successfully, but these errors were encountered:
It currently uses a regex:
privacy-friendly-qr-scanner/app/src/main/java/com/secuso/privacyfriendlycodescanner/qrscanner/ui/resultfragments/URLResultFragment.java
Line 60 in cbbf609
Because of that it highlights wrongly a lot of domains not in the regex. Using the public suffix list is probably the best way to handle those cases: https://publicsuffix.org/
The text was updated successfully, but these errors were encountered: