diff --git a/browser/modules/webrtcUI.jsm b/browser/modules/webrtcUI.jsm index 7b754b2e92f2..5e7757d284d9 100644 --- a/browser/modules/webrtcUI.jsm +++ b/browser/modules/webrtcUI.jsm @@ -1156,6 +1156,7 @@ function prompt(aBrowser, aRequest) { options.checkbox = { label: stringBundle.getString("getUserMedia.remember"), + checked: principal.isAddonOrExpandedAddonPrincipal, checkedState: reasonForNoPermanentAllow ? { disableMainAction: true,