Drop facebook publickey pattern

This is no longer supported anyways on Android 12+, since we don't have
the URI verified
This commit is contained in:
Vincent Breitmoser
2024-02-18 14:51:39 +01:00
parent bcac9d3204
commit 834abecac0

View File

@@ -665,22 +665,6 @@
<data android:pathPattern="/pks/lookup.*" /> <data android:pathPattern="/pks/lookup.*" />
</intent-filter> </intent-filter>
<!-- VIEW from facebook public key urls opened in a browser -->
<intent-filter android:label="@string/intent_import_key">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="https" />
<data android:scheme="http" />
<data android:host="www.facebook.com" />
<data android:host="facebook.com" />
<data android:pathPattern="/..*/publickey/download" />
</intent-filter>
<!-- VIEW from Web Key Directory urls opened in a browser/Chrome --> <!-- VIEW from Web Key Directory urls opened in a browser/Chrome -->
<intent-filter android:label="@string/intent_import_key"> <intent-filter android:label="@string/intent_import_key">
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />