We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5500570 commit da14617Copy full SHA for da14617
speedtest.js
@@ -63,7 +63,7 @@ async function getVisitCount() {
63
async function testNode(node) {
64
const startTime = Date.now();
65
try {
66
- const response = await fetch(`http://${node}`, {
+ const response = await fetch(`https://${node}`, {
67
mode: 'no-cors',
68
timeout: 5000
69
});
0 commit comments