pkumza / LibRadar

LibRadar - A detecting tool for 3rd-party libraries in Android apps.
Apache License 2.0
262 stars 51 forks source link

added protocol to URLs where it was missing #5

Closed IzzySoft closed 8 years ago

IzzySoft commented 8 years ago

Many of the URLs were missing the protocol (e.g. started with www. instead of http://www. or https://www.). This PR corrects it for a lot of entries, though I've probably not caught them all.

So if there wasn't a specific reason to omit the protocol here, and you thus confirm my changes, I'll try to catch and fix the remains as well. If however there was a specific reason, please point it out when rejecting this PR :)

Note: I've assumed simple http:// here for all URLs. This should be safe, as if a site prefers https, it will do so via redirect – while the other way around, missing https support would in many cases end in a "stalled page" or server error ;)