Skip to content

Commit

Permalink
Merge pull request #2 from XSilverlink/patch-1
Browse files Browse the repository at this point in the history
Changed the proxy URL.
  • Loading branch information
christinna9031 authored Jun 21, 2021
2 parents cd496cf + b9a899b commit 88557c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web request.lbe
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function LBWebRequest(variable, url, save, method, proxy, expression) {

async function fetchURL() {
if (proxy == "yes") {
url = "https://cors-anywhere.herokuapp.com/" + url
url = "https://cors.bridged.cc/" + url
}
const response = await fetch(url, {
"method": method,
Expand Down

0 comments on commit 88557c1

Please sign in to comment.