File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ function initCode() {
3838 site : processedConfig . site ,
3939 bundledConfig : processedConfig . bundledConfig ,
4040 messagingConfig : processedConfig . messagingConfig ,
41+ messageSecret : processedConfig . messageSecret ,
4142 } ) ;
4243
4344 init ( processedConfig ) ;
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function initCode() {
4949 site : processedConfig . site ,
5050 bundledConfig : processedConfig . bundledConfig ,
5151 messagingConfig : processedConfig . messagingConfig ,
52+ messageSecret : processedConfig . messageSecret ,
5253 } ) ;
5354
5455 init ( processedConfig ) ;
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const isHTMLDocument =
2727 * @property {string } [injectName]
2828 * @property {object } trackerLookup - provided currently only by the extension
2929 * @property {import('@duckduckgo/messaging').MessagingConfig } [messagingConfig]
30+ * @property {string } [messageSecret] - optional, used in the messageBridge creation
3031 */
3132
3233/**
You can’t perform that action at this time.
0 commit comments