From 65c70d59f1e9e6e2830b17fbed2c4a95887d3967 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Fri, 12 Apr 2024 14:59:29 +0200 Subject: [PATCH] Fix SubjectType for origins connecting via the BackgroundBridge --- app/core/BackgroundBridge/BackgroundBridge.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/core/BackgroundBridge/BackgroundBridge.js b/app/core/BackgroundBridge/BackgroundBridge.js index 0eab30f6624..79945ce0a24 100644 --- a/app/core/BackgroundBridge/BackgroundBridge.js +++ b/app/core/BackgroundBridge/BackgroundBridge.js @@ -387,7 +387,8 @@ export class BackgroundBridge extends EventEmitter { Engine.context, Engine.controllerMessenger, origin, - SubjectType.Snap, + // We assume that origins connecting through the BackgroundBridge are websites + SubjectType.Website, ), ); ///: END:ONLY_INCLUDE_IF