summaryrefslogtreecommitdiffstats
path: root/browser/modules/ContentWebRTC.jsm
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-17 13:09:02 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-17 13:09:02 +0100
commit191ec5415b5bc6f06cc5cd7b1d907575eb928332 (patch)
tree50f069647c83deb8ef587dadc50b31a08efccfda /browser/modules/ContentWebRTC.jsm
parent56bcb6b5af91696e2700b6477db2473b5921bce1 (diff)
downloadUXP-191ec5415b5bc6f06cc5cd7b1d907575eb928332.tar
UXP-191ec5415b5bc6f06cc5cd7b1d907575eb928332.tar.gz
UXP-191ec5415b5bc6f06cc5cd7b1d907575eb928332.tar.lz
UXP-191ec5415b5bc6f06cc5cd7b1d907575eb928332.tar.xz
UXP-191ec5415b5bc6f06cc5cd7b1d907575eb928332.zip
Use origin instead of documentURI for WebRTC permission requests, when available.
Diffstat (limited to 'browser/modules/ContentWebRTC.jsm')
-rw-r--r--browser/modules/ContentWebRTC.jsm1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/modules/ContentWebRTC.jsm b/browser/modules/ContentWebRTC.jsm
index bfb98a868..fd50176a0 100644
--- a/browser/modules/ContentWebRTC.jsm
+++ b/browser/modules/ContentWebRTC.jsm
@@ -208,6 +208,7 @@ function prompt(aContentWindow, aWindowID, aCallID, aConstraints, aDevices, aSec
let request = {
callID: aCallID,
windowID: aWindowID,
+ origin: aContentWindow.origin,
documentURI: aContentWindow.document.documentURI,
secure: aSecure,
requestTypes: requestTypes,