From f1d7d1a530e26aa942e9e487117b85e9d17e23e6 Mon Sep 17 00:00:00 2001 From: rad Date: Wed, 23 Oct 2024 11:14:46 -0400 Subject: [PATCH] [PM-13857] Add Iceraven to privlieged browsers (#4122) Co-authored-by: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> --- app/src/main/assets/fido2_privileged_community.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/src/main/assets/fido2_privileged_community.json b/app/src/main/assets/fido2_privileged_community.json index c3bddaa742..6a7a2cd4c0 100644 --- a/app/src/main/assets/fido2_privileged_community.json +++ b/app/src/main/assets/fido2_privileged_community.json @@ -63,6 +63,18 @@ } ] } + }, + { + "type": "android", + "info": { + "package_name": "io.github.forkmaintainers.iceraven", + "signatures": [ + { + "build": "release", + "cert_fingerprint_sha256": "9C:0D:22:37:9F:48:7B:70:A4:F9:F8:BE:C0:17:3C:F9:1A:16:44:F0:8F:93:38:5B:5B:78:2C:E3:76:60:BA:81" + } + ] + } } ] }