mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Removed webrtcippolicy attribute from webview
This commit is contained in:
@@ -103,9 +103,6 @@ const createGuest = function (embedder, params) {
|
||||
height: params.maxheight
|
||||
}
|
||||
})
|
||||
if (params.webrtcippolicy) {
|
||||
guest.setWebRTCIPHandlingPolicy(params.webrtcippolicy)
|
||||
}
|
||||
if (params.src) {
|
||||
const opts = {}
|
||||
if (params.httpreferrer) {
|
||||
|
||||
Reference in New Issue
Block a user