Skip to content

Commit 4e068a1

Browse files
committed
capture all element subdomains, means we can verify on the parent instead of all subs
1 parent af59f65 commit 4e068a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vector/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,7 @@
201201
<category android:name="android.intent.category.BROWSABLE" />
202202

203203
<data android:scheme="https" />
204-
<data android:host="app.element.io" />
205-
<data android:host="mobile.element.io" />
206-
<data android:host="develop.element.io" />
207-
<data android:host="staging.element.io" />
204+
<data android:host="*.element.io" />
208205
</intent-filter>
209206
</activity>
210207

0 commit comments

Comments
 (0)