We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe101bb commit 53cfcb6Copy full SHA for 53cfcb6
injected/entry-points/android-adsjs.js
@@ -22,7 +22,7 @@ async function sendInitialPingAndUpdate(messagingConfig, processedConfig) {
22
try {
23
// Create messaging context for the initial ping
24
const messagingContext = new MessagingContext({
25
- context: import.meta.injectName === 'android-autofill-import' ? 'autofillImport' : 'contentScopeScripts',
+ context: 'contentScopeScripts',
26
env: processedConfig.debug ? 'development' : 'production',
27
featureName: 'messaging',
28
});
0 commit comments