junctor / android

DEF CON Hacker Tracker
https://play.google.com/store/apps/details?id=com.shortstack.hackertracker
9 stars 3 forks source link

Fix app manifest for deep links #18

Closed aNullValue closed 2 months ago

aNullValue commented 2 months ago

In AndroidManifest.xml, the definition for info.defcon.org specifies both HTTP and HTTPS in the same intent-filter. This is causing deep links to be disabled for info.defcon.org because the HTTP scheme is not available. Please remove the HTTP scheme.

Also, the definition for hackertracker.app is not valid, as it specifies www.hackertracker.app, which does not exist (there should be no www). Also, the pathPrefix should be removed, since hackertracker.app does not use "/event".

Advice-Dog commented 2 months ago

https://github.com/junctor/android/commit/92e63e1ea30985056aaf164efb85c7e4b1d2393e