diff --git a/dom/wifi/WifiWorker.js b/dom/wifi/WifiWorker.js index acaead022e0..e7475831822 100644 --- a/dom/wifi/WifiWorker.js +++ b/dom/wifi/WifiWorker.js @@ -1617,6 +1617,7 @@ function WifiWorker() { if ("pin" in net) { net.pin = quote(net.pin); + net.pcsc = quote(""); } if ("phase1" in net)