Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 5, 2023
1 parent 9c02cac commit f56d250
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dist/bilibili-live-tasks-helper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2189,11 +2189,7 @@
}
async banP2P() {
var _a;
const RTClist = [
"RTCPeerConnection",
"mozRTCPeerConnection",
"webkitRTCPeerConnection"
];
const RTClist = ["RTCPeerConnection", "mozRTCPeerConnection", "webkitRTCPeerConnection"];
for (const i of RTClist) {
if (Object.prototype.hasOwnProperty.call(_unsafeWindow, i) && ((_a = Object.getOwnPropertyDescriptor(_unsafeWindow, i)) == null ? void 0 : _a.configurable)) {
Object.defineProperty(_unsafeWindow, i, {
Expand Down

0 comments on commit f56d250

Please sign in to comment.