Go to the source code of this file.
Functions | |
function | PROT_DataProvider () |
Variables | |
const | kDataProviderIdPref = 'browser.safebrowsing.dataProvider' |
const | kProviderBasePref = 'browser.safebrowsing.provider.' |
const | MOZ_OFFICIAL_BUILD = false |
const | MOZ_PARAM_LOCALE = /\{moz:locale\}/g |
const | MOZ_PARAM_CLIENT = /\{moz:client\}/g |
const | MOZ_PARAM_BUILDID = /\{moz:buildid\}/g |
const | MOZ_PARAM_VERSION = /\{moz:version\}/g |
function PROT_DataProvider | ( | ) |
Information regarding the data provider.
Definition at line 72 of file globalstore.js.
const kDataProviderIdPref = 'browser.safebrowsing.dataProvider' |
Definition at line 55 of file globalstore.js.
const kProviderBasePref = 'browser.safebrowsing.provider.' |
Definition at line 56 of file globalstore.js.
const MOZ_OFFICIAL_BUILD = false |
Definition at line 61 of file globalstore.js.
const MOZ_PARAM_BUILDID = /\{moz:buildid\}/g |
Definition at line 66 of file globalstore.js.
const MOZ_PARAM_CLIENT = /\{moz:client\}/g |
Definition at line 65 of file globalstore.js.
const MOZ_PARAM_LOCALE = /\{moz:locale\}/g |
Definition at line 64 of file globalstore.js.
const MOZ_PARAM_VERSION = /\{moz:version\}/g |
Definition at line 67 of file globalstore.js.