mirror of
https://github.com/rastvl/akamai-deobfuscator-2.0.git
synced 2025-04-17 00:27:07 +08:00
7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
|
|
const defineWebRTC = window => {
|
|
// window.RTCPeerConnection = function RTCPeerConnection() {}
|
|
window.webkitRTCPeerConnection = function RTCPeerConnection() {}
|
|
}
|
|
|
|
module.exports = defineWebRTC; |