You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-08-01 18:06:54 +03:00
Accept only root path for mobile.element.io.
This commit is contained in:
@ -206,8 +206,17 @@
|
||||
<data android:host="develop.element.io" />
|
||||
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
|
||||
<data android:host="staging.element.io" />
|
||||
<!-- Fix it https://github.com/element-hq/element-android/issues/8904 -->
|
||||
</intent-filter>
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:scheme="https" />
|
||||
<data android:host="mobile.element.io" />
|
||||
<!-- accept only root path -->
|
||||
<data android:path="/" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
Reference in New Issue
Block a user