There was an error while loading. Please reload this page.
1 parent 14f076e commit c4e5216Copy full SHA for c4e5216
dref/scripts/src/libs/session.js
@@ -78,10 +78,10 @@ export default class Session {
78
} else {
79
// flush Chrome's DNS cache - a bit less fast rebinding without the
80
// fastRebind mode overhead
81
- for (let i = 0; i < 1024; i++) {
82
- let url = 'http://' + i + '.' + window.env.domain
83
- fetch(url, { mode: 'no-cors' })
84
- }
+ // for (let i = 0; i < 1024; i++) {
+ // let url = 'http://' + i + '.' + window.env.domain
+ // fetch(url, { mode: 'no-cors' })
+ // }
85
}
86
87
})
0 commit comments