Skip to content

Commit 53cfcb6

Browse files
committed
chore: don't need separate context for now
1 parent fe101bb commit 53cfcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/entry-points/android-adsjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function sendInitialPingAndUpdate(messagingConfig, processedConfig) {
2222
try {
2323
// Create messaging context for the initial ping
2424
const messagingContext = new MessagingContext({
25-
context: import.meta.injectName === 'android-autofill-import' ? 'autofillImport' : 'contentScopeScripts',
25+
context: 'contentScopeScripts',
2626
env: processedConfig.debug ? 'development' : 'production',
2727
featureName: 'messaging',
2828
});

0 commit comments

Comments
 (0)