tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

revisions.ts (266B)


      1 /**
      2 * @license
      3 * Copyright 2020 Google Inc.
      4 * SPDX-License-Identifier: Apache-2.0
      5 */
      6 
      7 /**
      8 * @internal
      9 */
     10 export const PUPPETEER_REVISIONS = Object.freeze({
     11  chrome: '137.0.7151.55',
     12  'chrome-headless-shell': '137.0.7151.55',
     13  firefox: 'stable_139.0.1',
     14 });