blob: e27e2146502c352952d02df28a2f72930f315716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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/.
[DEFAULT]
support-files =
head.js
[browser_glean_telemetry_engagement.js]
[browser_interventions.js]
[browser_picks.js]
[browser_searchTips_interaction.js]
https_first_disabled = true
[browser_searchTips.js]
support-files =
../browser/slow-page.sjs
slow-page.html
https_first_disabled = true
[browser_selection.js]
[browser_updateAsk.js]
skip-if = os == 'win' && msix # Updater is disabled in MSIX builds
[browser_updateRefresh.js]
skip-if = os == 'win' && msix # Updater is disabled in MSIX builds
[browser_updateRestart.js]
skip-if = os == 'win' && msix # Updater is disabled in MSIX builds
[browser_updateWeb.js]
skip-if = os == 'win' && msix # Updater is disabled in MSIX builds
|