SwitchHosts unable to verify the first certificate

eulz3vhy  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(50)

System (Mac, Windows 7/8/10, Linux) / 操作系统

win10

SwitchHosts! Version / SwitchHosts! 版本

v4.1.2 (6086)

Description / 描述

点击刷新的时候出现unable to verify the first certificate

How to reproduce / 重现步骤

yrwegjxp

yrwegjxp1#

同报错

C:\Users\Jackxwb>npm config set strict-ssl false

C:\Users\Jackxwb>D:\java\soft\switchhosts\SwitchHosts.exe

C:\Users\Jackxwb>
local db: C:\Users\Jackxwb\AppData\Roaming\SwitchHosts\swh_local
config db: C:\Users\Jackxwb\.SwitchHosts\config
VERSION: 4.2.0.6105
System locale: zh-CN
data db: C:\Users\Jackxwb\.SwitchHosts\data
isDev:  false
Checking for update
-> refreshHosts URL: "https://raw.kkgithub.com/521xueweihan/GitHub520/main/hosts"
AxiosError: unable to verify the first certificate
    at AxiosError.from (D:\java\soft\switchhosts\resources\app.asar\node_modules\axios\dist\node\axios.cjs:825:14)
    at RedirectableRequest.handleRequestError (D:\java\soft\switchhosts\resources\app.asar\node_modules\axios\dist\node\axios.cjs:2971:25)
    at RedirectableRequest.emit (node:events:525:35)
    at eventHandlers.<computed> (D:\java\soft\switchhosts\resources\app.asar\node_modules\follow-redirects\index.js:14:24)
    at ClientRequest.emit (node:events:513:28)
    at TLSSocket.socketErrorListener (node:_http_client:502:9)
    at TLSSocket.emit (node:events:513:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE',
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 30000,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: AxiosHeaders {
      Accept: 'application/json, text/plain, */*',
      'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) SwitchHosts/4.2.0 Chrome/112.0.5615.87 Electron/24.1.2 Safari/537.36 SwitchHosts/4.2.0.6105',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'get',
    url: 'https://raw.kkgithub.com/521xueweihan/GitHub520/main/hosts',
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError],
      socket: [Array]
    },
    _eventsCount: 3,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'https:',
      path: '/521xueweihan/GitHub520/main/hosts',
      method: 'GET',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'raw.kkgithub.com',
      port: '',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/521xueweihan/GitHub520/main/hosts'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /521xueweihan/GitHub520/main/hosts HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) SwitchHosts/4.2.0 Chrome/112.0.5615.87 Electron/24.1.2 Safari/537.36 SwitchHosts/4.2.0.6105\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: raw.kkgithub.com\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/521xueweihan/GitHub520/main/hosts',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'raw.kkgithub.com',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kEndCalled)]: true,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'https://raw.kkgithub.com/521xueweihan/GitHub520/main/hosts',
    _timeout: null,
    [Symbol(kCapture)]: false
  },
  cause: Error: unable to verify the first certificate
      at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34)
      at TLSSocket.emit (node:events:513:28)
      at TLSSocket._finishInit (node:_tls_wrap:959:8)
      at ssl.onhandshakedone (node:_tls_wrap:743:12) {
    code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
  }
}
Update for version 4.2.0 is not available (latest version: 4.1.2, downgrade is disallowed).
update-not-available {
  tag: 'v4.1.2',
  version: '4.1.2',
  files: [
    {
      url: 'SwitchHosts-Setup-4.1.2.exe',
      sha512: '5XkA8Y3lqj93QBKqUrHEIEejlu7eKH8Es5+JezQd2WldHpuycMR3Ig7ICSkJTtu+107g54sGRQeOxehyqSzlZA==',
      size: 119450324
    },
    {
      url: 'SwitchHosts-Setup-4.1.2.exe',
      sha512: '6IGrh+HqiUFgrXJ6bec5paKF9hcR1sRcLq/KO2cFlR5D4Jc1K6QDZ+DGgVk+J2lKw5Dz0iqykKh85TMoC+8QCQ==',
      size: 55454627
    },
    {
      url: 'SwitchHosts-Setup-4.1.2.exe',
      sha512: 'N7N0lGANlGR0zWER8uUP79da5BCmVNnhmaQfQ8oG1cc4JlG72YF96zf0O/HsaVDJFJdarPZLOx6lggYVY4B3WA==',
      size: 64821881
    }
  ],
  path: 'SwitchHosts-Setup-4.1.2.exe',
  sha512: '5XkA8Y3lqj93QBKqUrHEIEejlu7eKH8Es5+JezQd2WldHpuycMR3Ig7ICSkJTtu+107g54sGRQeOxehyqSzlZA==',
  releaseDate: '2022-06-08T00:22:37.032Z',
  releaseName: 'SwitchHosts v4.1.2',
  releaseNotes: "<h2>What's Changed</h2>\n" +
    '<ul>\n' +
    '<li>[Fixed] Handling the following issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1145799232" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/689" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/689/hovercard" href="https://github.com/oldj/SwitchHosts/issues/689">#689</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="862926752" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/567" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/567/hovercard" href="https://github.com/oldj/SwitchHosts/issues/567">#567</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="904785338" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/596" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/596/hovercard" href="https://github.com/oldj/SwitchHosts/issues/596">#596</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1075298951" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/664" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/664/hovercard" href="https://github.com/oldj/SwitchHosts/issues/664">#664</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="933923542" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/611" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/611/hovercard" href="https://github.com/oldj/SwitchHosts/issues/611">#611</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="896234293" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/593" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/593/hovercard" href="https://github.com/oldj/SwitchHosts/issues/593">#593</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="883326007" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/586" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/586/hovercard" href="https://github.com/oldj/SwitchHosts/issues/586">#586</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564493561" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/442" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/442/hovercard" href="https://github.com/oldj/SwitchHosts/issues/442">#442</a></li>\n' +
    '<li>[Improved] Update dependencies, update React to v18.1.0, update Electron to v19.0.1</li>\n' +
    '<li>Bump follow-redirects from 1.14.7 to 1.14.8 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1138628388" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/684" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/684/hovercard" href="https://github.com/oldj/SwitchHosts/pull/684">#684</a></li>\n' +
    '<li>Fix the problem of Linux icon. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
    '<li>Add Linux tray menu; Fix tray window position; Fix AppImage APP icon by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1179847532" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/695" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/695/hovercard" href="https://github.com/oldj/SwitchHosts/pull/695">#695</a></li>\n' +
    '<li>Bump minimist from 1.2.5 to 1.2.6 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1188359210" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/699" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/699/hovercard" href="https://github.com/oldj/SwitchHosts/pull/699">#699</a></li>\n' +
    '<li>Bump plist from 3.0.4 to 3.0.5 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1189076842" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/700" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/700/hovercard" href="https://github.com/oldj/SwitchHosts/pull/700">#700</a></li>\n' +
    '<li>Bump moment from 2.29.1 to 2.29.2 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1198591715" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/702" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/702/hovercard" href="https://github.com/oldj/SwitchHosts/pull/702">#702</a></li>\n' +
    '<li>浠诲姟鏍忓皬绐楀紑鍏?by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1205629972" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/703" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/703/hovercard" href="https://github.com/oldj/SwitchHosts/pull/703">#703</a></li>\n' +
    '<li>Multi chose folder switch all by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1206074550" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/704" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/704/hovercard" href="https://github.com/oldj/SwitchHosts/pull/704">#704</a></li>\n' +
    '<li>chore: replace taobao mirror by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/watonyweng/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/watonyweng">@watonyweng</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1232653511" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/713" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/713/hovercard" href="https://github.com/oldj/SwitchHosts/pull/713">#713</a></li>\n' +
    '<li>涓?linux 骞冲彴娣诲姞涓€涓€夐」鎺у埗鏄惁浣跨敤绯荤粺妗嗘灦 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moonheart/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moonheart">@moonheart</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1222105220" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/712" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/712/hovercard" href="https://github.com/oldj/SwitchHosts/pull/712">#712</a></li>\n' +
    '</ul>\n' +
    '<h2>New Contributors</h2>\n' +
    '<ul>\n' +
    '<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
    '<li><a class="user-'... 1406 more characters
}
checkForUpdatesAndNotify called, downloadPromise is null
updater checkForUpdates {
  versionInfo: {
    tag: 'v4.1.2',
    version: '4.1.2',
    files: [ [Object], [Object], [Object] ],
    path: 'SwitchHosts-Setup-4.1.2.exe',
    sha512: '5XkA8Y3lqj93QBKqUrHEIEejlu7eKH8Es5+JezQd2WldHpuycMR3Ig7ICSkJTtu+107g54sGRQeOxehyqSzlZA==',
    releaseDate: '2022-06-08T00:22:37.032Z',
    releaseName: 'SwitchHosts v4.1.2',
    releaseNotes: "<h2>What's Changed</h2>\n" +
      '<ul>\n' +
      '<li>[Fixed] Handling the following issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1145799232" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/689" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/689/hovercard" href="https://github.com/oldj/SwitchHosts/issues/689">#689</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="862926752" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/567" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/567/hovercard" href="https://github.com/oldj/SwitchHosts/issues/567">#567</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="904785338" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/596" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/596/hovercard" href="https://github.com/oldj/SwitchHosts/issues/596">#596</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1075298951" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/664" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/664/hovercard" href="https://github.com/oldj/SwitchHosts/issues/664">#664</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="933923542" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/611" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/611/hovercard" href="https://github.com/oldj/SwitchHosts/issues/611">#611</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="896234293" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/593" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/593/hovercard" href="https://github.com/oldj/SwitchHosts/issues/593">#593</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="883326007" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/586" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/586/hovercard" href="https://github.com/oldj/SwitchHosts/issues/586">#586</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564493561" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/442" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/442/hovercard" href="https://github.com/oldj/SwitchHosts/issues/442">#442</a></li>\n' +
      '<li>[Improved] Update dependencies, update React to v18.1.0, update Electron to v19.0.1</li>\n' +
      '<li>Bump follow-redirects from 1.14.7 to 1.14.8 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1138628388" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/684" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/684/hovercard" href="https://github.com/oldj/SwitchHosts/pull/684">#684</a></li>\n' +
      '<li>Fix the problem of Linux icon. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
      '<li>Add Linux tray menu; Fix tray window position; Fix AppImage APP icon by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1179847532" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/695" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/695/hovercard" href="https://github.com/oldj/SwitchHosts/pull/695">#695</a></li>\n' +
      '<li>Bump minimist from 1.2.5 to 1.2.6 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1188359210" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/699" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/699/hovercard" href="https://github.com/oldj/SwitchHosts/pull/699">#699</a></li>\n' +
      '<li>Bump plist from 3.0.4 to 3.0.5 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1189076842" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/700" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/700/hovercard" href="https://github.com/oldj/SwitchHosts/pull/700">#700</a></li>\n' +
      '<li>Bump moment from 2.29.1 to 2.29.2 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1198591715" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/702" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/702/hovercard" href="https://github.com/oldj/SwitchHosts/pull/702">#702</a></li>\n' +
      '<li>浠诲姟鏍忓皬绐楀紑鍏?by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1205629972" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/703" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/703/hovercard" href="https://github.com/oldj/SwitchHosts/pull/703">#703</a></li>\n' +
      '<li>Multi chose folder switch all by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1206074550" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/704" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/704/hovercard" href="https://github.com/oldj/SwitchHosts/pull/704">#704</a></li>\n' +
      '<li>chore: replace taobao mirror by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/watonyweng/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/watonyweng">@watonyweng</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1232653511" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/713" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/713/hovercard" href="https://github.com/oldj/SwitchHosts/pull/713">#713</a></li>\n' +
      '<li>涓?linux 骞冲彴娣诲姞涓€涓€夐」鎺у埗鏄惁浣跨敤绯荤粺妗嗘灦 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moonheart/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moonheart">@moonheart</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1222105220" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/712" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/712/hovercard" href="https://github.com/oldj/SwitchHosts/pull/712">#712</a></li>\n' +
      '</ul>\n' +
      '<h2>New Contributors</h2>\n' +
      '<ul>\n' +
      '<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
      '<li><a class="user-'... 1406 more characters
  },
  updateInfo: {
    tag: 'v4.1.2',
    version: '4.1.2',
    files: [ [Object], [Object], [Object] ],
    path: 'SwitchHosts-Setup-4.1.2.exe',
    sha512: '5XkA8Y3lqj93QBKqUrHEIEejlu7eKH8Es5+JezQd2WldHpuycMR3Ig7ICSkJTtu+107g54sGRQeOxehyqSzlZA==',
    releaseDate: '2022-06-08T00:22:37.032Z',
    releaseName: 'SwitchHosts v4.1.2',
    releaseNotes: "<h2>What's Changed</h2>\n" +
      '<ul>\n' +
      '<li>[Fixed] Handling the following issues: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1145799232" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/689" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/689/hovercard" href="https://github.com/oldj/SwitchHosts/issues/689">#689</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="862926752" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/567" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/567/hovercard" href="https://github.com/oldj/SwitchHosts/issues/567">#567</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="904785338" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/596" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/596/hovercard" href="https://github.com/oldj/SwitchHosts/issues/596">#596</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1075298951" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/664" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/664/hovercard" href="https://github.com/oldj/SwitchHosts/issues/664">#664</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="933923542" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/611" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/611/hovercard" href="https://github.com/oldj/SwitchHosts/issues/611">#611</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="896234293" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/593" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/593/hovercard" href="https://github.com/oldj/SwitchHosts/issues/593">#593</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="883326007" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/586" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/586/hovercard" href="https://github.com/oldj/SwitchHosts/issues/586">#586</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="564493561" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/442" data-hovercard-type="issue" data-hovercard-url="/oldj/SwitchHosts/issues/442/hovercard" href="https://github.com/oldj/SwitchHosts/issues/442">#442</a></li>\n' +
      '<li>[Improved] Update dependencies, update React to v18.1.0, update Electron to v19.0.1</li>\n' +
      '<li>Bump follow-redirects from 1.14.7 to 1.14.8 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1138628388" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/684" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/684/hovercard" href="https://github.com/oldj/SwitchHosts/pull/684">#684</a></li>\n' +
      '<li>Fix the problem of Linux icon. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
      '<li>Add Linux tray menu; Fix tray window position; Fix AppImage APP icon by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1179847532" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/695" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/695/hovercard" href="https://github.com/oldj/SwitchHosts/pull/695">#695</a></li>\n' +
      '<li>Bump minimist from 1.2.5 to 1.2.6 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1188359210" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/699" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/699/hovercard" href="https://github.com/oldj/SwitchHosts/pull/699">#699</a></li>\n' +
      '<li>Bump plist from 3.0.4 to 3.0.5 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1189076842" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/700" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/700/hovercard" href="https://github.com/oldj/SwitchHosts/pull/700">#700</a></li>\n' +
      '<li>Bump moment from 2.29.1 to 2.29.2 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1198591715" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/702" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/702/hovercard" href="https://github.com/oldj/SwitchHosts/pull/702">#702</a></li>\n' +
      '<li>浠诲姟鏍忓皬绐楀紑鍏?by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1205629972" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/703" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/703/hovercard" href="https://github.com/oldj/SwitchHosts/pull/703">#703</a></li>\n' +
      '<li>Multi chose folder switch all by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ClDaniel1/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ClDaniel1">@ClDaniel1</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1206074550" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/704" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/704/hovercard" href="https://github.com/oldj/SwitchHosts/pull/704">#704</a></li>\n' +
      '<li>chore: replace taobao mirror by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/watonyweng/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/watonyweng">@watonyweng</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1232653511" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/713" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/713/hovercard" href="https://github.com/oldj/SwitchHosts/pull/713">#713</a></li>\n' +
      '<li>涓?linux 骞冲彴娣诲姞涓€涓€夐」鎺у埗鏄惁浣跨敤绯荤粺妗嗘灦 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moonheart/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moonheart">@moonheart</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1222105220" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/712" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/712/hovercard" href="https://github.com/oldj/SwitchHosts/pull/712">#712</a></li>\n' +
      '</ul>\n' +
      '<h2>New Contributors</h2>\n' +
      '<ul>\n' +
      '<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EmeryWan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EmeryWan">@EmeryWan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1178495287" data-permission-text="Title is private" data-url="https://github.com/oldj/SwitchHosts/issues/694" data-hovercard-type="pull_request" data-hovercard-url="/oldj/SwitchHosts/pull/694/hovercard" href="https://github.com/oldj/SwitchHosts/pull/694">#694</a></li>\n' +
      '<li><a class="user-'... 1406 more characters
  }
}
uwopmtnx

uwopmtnx2#

安全软件的问题,可以设置信任软件的行为,

相关问题