File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ Intercept only links from `element.io` well known hosts. The previous behaviour broke OIDC login in Element X.
Original file line number Diff line number Diff line change 184
184
<category android : name =" android.intent.category.BROWSABLE" />
185
185
186
186
<data android : scheme =" https" />
187
- <data android : host =" *.element.io" />
187
+ <!-- Note: we can't use "*.element.io" here because it'll intercept the "mas.element.io" domain too. -->
188
+ <!-- Matching asset file: https://app.element.io/.well-known/assetlinks.json -->
189
+ <data android : host =" app.element.io" />
190
+ <!-- Matching asset file: https://develop.element.io/.well-known/assetlinks.json -->
191
+ <data android : host =" develop.element.io" />
192
+ <!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
193
+ <data android : host =" staging.element.io" />
188
194
</intent-filter >
189
195
</activity >
190
196
You can’t perform that action at this time.
0 commit comments