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.
2 parents 1310936 + 3482070 commit 73a2377Copy full SHA for 73a2377
1 file changed
resources/js/nova-echo.js
@@ -26,6 +26,10 @@ if (document.head.querySelector('meta[name="pusher_port"]') !== null) {
26
echoOptions.wsPort = document.head.querySelector('meta[name="pusher_port"]').content
27
}
28
29
+if (document.head.querySelector('meta[name="pusher_port"]') !== null) {
30
+ echoOptions.wssPort = document.head.querySelector('meta[name="pusher_port"]').content
31
+}
32
+
33
if (document.head.querySelector('meta[name="pusher_encrypted"]') !== null) {
34
echoOptions.encrypted = (document.head.querySelector('meta[name="pusher_encrypted"]').content === '1')
35
0 commit comments