connection-dashboard-extension-worona
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "connection-dashboard-extension-worona", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Extension for the Worona Dashboard in charge of the connection to the server.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,4 +1,6 @@ | ||
/* eslint-disable no-undef */ | ||
import { isRemote } from 'worona-deps'; | ||
const remote = window.location.host === 'predashboard.worona.org' | ||
const remote = window.location.host.startsWith('predashboard.worona.org') || | ||
window.location.host.startsWith('localhost') | ||
? 'wss://premeteor.worona.io/websocket' | ||
@@ -5,0 +7,0 @@ : 'wss://meteor.worona.io/websocket'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8852
181