diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-17 13:09:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-17 13:09:02 +0100 |
commit | 191ec5415b5bc6f06cc5cd7b1d907575eb928332 (patch) | |
tree | 50f069647c83deb8ef587dadc50b31a08efccfda /browser/modules/ContentWebRTC.jsm | |
parent | 56bcb6b5af91696e2700b6477db2473b5921bce1 (diff) | |
download | uxp-191ec5415b5bc6f06cc5cd7b1d907575eb928332.tar.gz |
Use origin instead of documentURI for WebRTC permission requests, when available.
Diffstat (limited to 'browser/modules/ContentWebRTC.jsm')
-rw-r--r-- | browser/modules/ContentWebRTC.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/modules/ContentWebRTC.jsm b/browser/modules/ContentWebRTC.jsm index bfb98a868a..fd50176a03 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, |