-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vic
committed
Nov 20, 2019
1 parent
3d54ea1
commit f0a31d9
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,9 +107,9 @@ var __gMetrics = (function () { | |
}; | ||
__gMetrics._fingerSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/fingerprint2.min.js'; | ||
__gMetrics._clientSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/client.min.js'; | ||
__gMetrics._url02 = 'https://1826820696.rsc.cdn77.org'; | ||
__gMetrics._url1 = 'http://localhost:3000'; | ||
__gMetrics._url01 = 'http://185.105.7.112:3000'; | ||
__gMetrics._url1 = 'https://1026491782.rsc.cdn77.org'; | ||
__gMetrics._url01 = 'http://localhost:3000'; | ||
__gMetrics._url3 = 'http://185.105.7.112:3000'; | ||
__gMetrics._start = Date.now(); | ||
__gMetrics.steps = 0; | ||
__gMetrics.met = {}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ class __gMetrics { | |
static _fingerSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/fingerprint2.min.js' | ||
static _clientSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/client.min.js' | ||
|
||
static _url02 = 'https://1826820696.rsc.cdn77.org' | ||
static _url1 = 'https://1026491782.rsc.cdn77.org' | ||
|
||
static _url1 = 'http://localhost:3000' | ||
static _url01 = 'http://localhost:3000' | ||
|
||
static _url01 = 'http://185.105.7.112:3000' | ||
static _url3 = 'http://185.105.7.112:3000' | ||
|
||
|
||
static _start = Date.now() | ||
|