File: appConfig.js

package info (click to toggle)
bmtk 0.0%2Bgit20210109.8572664%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 74,876 kB
  • sloc: python: 24,853; javascript: 1,998; makefile: 34; sh: 16
file content (14 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Application Configuration JavaScript file
 * Contains config data used by all external web apps
 *
 * Changes made here should also be reflected in corresponding changes to browserVersion.js
 */

//  Note that the userAgent reported versions are not always the same as the app-reported versions.
//  See http://www.useragentstring.com/pages/Safari/ for 'webkit'
//  See http://www.useragentstring.com/pages/Internet%20Explorer/ for 'msie'
//  and http://www.useragentstring.com/pages/Firefox/ for 'mozilla'
//  and http://www.useragentstring.com/pages/Chrome/ for 'chrome'
//  for a mapping of userAgent to browser version numbers.
 var _pSUPPORTED_BROWSERS = {webkit:'537.71', msie:'9.0', mozilla:'33.0', chrome:'38.0.2125.101'};