workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
326 stars 66 forks source link

Patch RefererParser for Android URLs #533

Closed tubbo closed 3 years ago

tubbo commented 3 years ago

Android App URLs have a special android-app:// scheme that is rejected by the currently released version of the referer-parser gem. The code in this patch already exists in the master branch of the gem, but this has not yet been released, and if Android users browse the storefront it can generate an error when collecting referer information.

Fixes #531

tubbo commented 3 years ago

I filed an issue at snowplow-referer-parser/ruby-referer-parser#10 to get a new gem release going.