mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Add autofill as codeowners to ddg files (#9268)
* Add autofill as codeowners to ddg files * Add comments
This commit is contained in:
@@ -56,6 +56,7 @@ export class NativeMessagingService {
|
||||
private async messageHandler(msg: LegacyMessageWrapper | Message) {
|
||||
const outerMessage = msg as Message;
|
||||
if (outerMessage.version) {
|
||||
// If there is a version, it is a using the protocol created for the DuckDuckGo integration
|
||||
await this.nativeMessageHandler.handleMessage(outerMessage);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user