Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
/* eslint-env mozilla/process-script */
Services.cpmm.addMessageListener("Test:SetSSLKeyLogFile", ({ data }) => {
Services.env.set("SSLKEYLOGFILE", data.value);
});