Bug 1970423 - Fix networkingBannedPorts in nimbus.fml.yml to be String instead of Text a=dmeehan DONTBUILD

Original Revision: https://phabricator.services.mozilla.com/D252539

Differential Revision: https://phabricator.services.mozilla.com/D252554
This commit is contained in:
Valentin Gosu
2025-06-05 12:43:31 +00:00
committed by dmeehan@mozilla.com
parent 93320c1292
commit 0597b24226

View File

@@ -755,7 +755,7 @@ features:
variables:
bannedPortList:
description: A comma-separated list of ports that Firefox will refuse to connect to. These ports will be appended to nsIOService gBadPortList
type: Text
type: String
default: ""
pki: