Skip to content

Commit

Permalink
Update proxy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Oct 21, 2024
1 parent 383fbdb commit 0317947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/proxy/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ document.addEventListener("DOMContentLoaded", function() {
}
})
.catch(error => {
alert(localStorage.getItem('corsproxy'); + 'Is blocked, select another one');
console.log('Cors Proxy is blocked');
});
}
});
Expand Down

0 comments on commit 0317947

Please sign in to comment.