Skip to content

Commit

Permalink
pass message value to so it applies for priviledged domains (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane authored Jan 24, 2025
1 parent 1e57341 commit ad9bc97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions injected/entry-points/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function initCode() {
site: processedConfig.site,
bundledConfig: processedConfig.bundledConfig,
messagingConfig: processedConfig.messagingConfig,
messageSecret: processedConfig.messageSecret,
});

init(processedConfig);
Expand Down
1 change: 1 addition & 0 deletions injected/entry-points/apple.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function initCode() {
site: processedConfig.site,
bundledConfig: processedConfig.bundledConfig,
messagingConfig: processedConfig.messagingConfig,
messageSecret: processedConfig.messageSecret,
});

init(processedConfig);
Expand Down
1 change: 1 addition & 0 deletions injected/src/content-scope-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const isHTMLDocument =
* @property {string} [injectName]
* @property {object} trackerLookup - provided currently only by the extension
* @property {import('@duckduckgo/messaging').MessagingConfig} [messagingConfig]
* @property {string} [messageSecret] - optional, used in the messageBridge creation
*/

/**
Expand Down

0 comments on commit ad9bc97

Please sign in to comment.