File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ function initCode() {
38
38
site : processedConfig . site ,
39
39
bundledConfig : processedConfig . bundledConfig ,
40
40
messagingConfig : processedConfig . messagingConfig ,
41
+ messageSecret : processedConfig . messageSecret ,
41
42
} ) ;
42
43
43
44
init ( processedConfig ) ;
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function initCode() {
49
49
site : processedConfig . site ,
50
50
bundledConfig : processedConfig . bundledConfig ,
51
51
messagingConfig : processedConfig . messagingConfig ,
52
+ messageSecret : processedConfig . messageSecret ,
52
53
} ) ;
53
54
54
55
init ( processedConfig ) ;
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const isHTMLDocument =
27
27
* @property {string } [injectName]
28
28
* @property {object } trackerLookup - provided currently only by the extension
29
29
* @property {import('@duckduckgo/messaging').MessagingConfig } [messagingConfig]
30
+ * @property {string } [messageSecret] - optional, used in the messageBridge creation
30
31
*/
31
32
32
33
/**
You can’t perform that action at this time.
0 commit comments