SubscribeOnAndroid has a redirect to www subdomain (#7421)

This commit is contained in:
ByteHamster 2024-09-23 21:58:48 +02:00 committed by GitHub
parent d3ec4139da
commit ff4555fada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:pathPattern="/.*\\..*/.*" />
<data android:host="subscribeonandroid.com" />
<data android:host="www.subscribeonandroid.com" />
<data android:scheme="https" />
</intent-filter>