Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//@line 6 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
/* Preprocessed constants used by xpcshell tests */
// MOZ_APP_VENDOR is optional.
//@line 11 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
const MOZ_APP_VENDOR = "Mozilla";
//@line 15 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
// MOZ_APP_BASENAME is not optional for tests.
const MOZ_APP_BASENAME = "Firefox";
//@line 20 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
const MOZ_VERIFY_MAR_SIGNATURE = true;
//@line 24 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
//@line 28 "$SRCDIR/toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js"
const IS_AUTHENTICODE_CHECK_ENABLED = true;