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 c161961 commit c509bf0Copy full SHA for c509bf0
www/scripts/sepiaFW.wakeWordSettings.js
@@ -136,7 +136,11 @@ function sepiaFW_build_wake_word_settings() {
136
});
137
138
if (!SepiaFW.ui.isSecureContext){
139
- WakeWordSettings.debugLog("Please note: The browser thinks your page origin is NOT secure! Speech recognition might not work properly.", true);
+ WakeWordSettings.debugLog(
140
+ "Please note: The browser thinks your page origin is NOT secure! Speech recognition might not work properly."
141
+ + " - <a href='https://github.com/SEPIA-Framework/sepia-docs/wiki/SSL-for-your-Server' target=_blank style='color: inherit;'>"
142
+ + SepiaFW.local.g('help') + "!</a>",
143
+ true);
144
}
145
146
0 commit comments