Skip to content

Commit 19a97c6

Browse files
committed
Add warning about *.element.io
1 parent 227611c commit 19a97c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<category android:name="android.intent.category.BROWSABLE" />
8585

8686
<data android:scheme="https" />
87+
<!-- Note: we can't use "*.element.io" here because it'll intercept the "mas.element.io" domain too. -->
8788
<!-- Matching asset file: https://app.element.io/.well-known/assetlinks.json -->
8889
<data android:host="app.element.io" />
8990
<!-- Matching asset file: https://develop.element.io/.well-known/assetlinks.json -->

0 commit comments

Comments
 (0)