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 eac6425 commit 356384fCopy full SHA for 356384f
docs/source/_custom_js/src/index.js
@@ -21,7 +21,7 @@ export function mountWidgetExample(
21
port: idomPort,
22
path: "/_idom/",
23
query: `view_id=${viewID}`,
24
- secure: window.location.protocol == "https",
+ secure: window.location.protocol == "https:",
25
});
26
27
const mountEl = document.getElementById(mountID);
0 commit comments