diff options
| author | Larvan2 <[email protected]> | 2023-04-15 09:29:38 +0000 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-04-15 09:29:38 +0000 |
| commit | 8b5c59ee3fd6544d6d4d0a295e6ffb0db010b79c (patch) | |
| tree | 4861a1d8d3b6b1007439c75d13b3cda29ef58bc2 /src/store | |
| parent | 7ead6d69e89cbc91790753155b383ca937037718 (diff) | |
urltest using https for safety
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/app.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/app.ts b/src/store/app.ts index ed0d421..d154a6c 100644 --- a/src/store/app.ts +++ b/src/store/app.ts @@ -159,7 +159,7 @@ const defaultState: StateApp = { selectedClashAPIConfigIndex: 0, clashAPIConfigs: [defaultClashAPIConfig], - latencyTestUrl: 'http://www.gstatic.com/generate_204', + latencyTestUrl: 'https://www.gstatic.com/generate_204', selectedChartStyleIndex: 0, theme: 'dark', |
