aboutsummaryrefslogtreecommitdiffstats
path: root/worker.js
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 20:58:28 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 20:58:28 +0000
commit8f6fa73cb955b9955abc9c9847f1b44cac541794 (patch)
tree3f586c5c319b03bfbaab88042fcf152d4fbc389d /worker.js
parent128614a1fa9eaafed8b732775fbaf926e468b577 (diff)
downloadRRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.gz
RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.bz2
RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.zip
Rebranded!
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker.js b/worker.js
index 39375e4..ac3f6a5 100644
--- a/worker.js
+++ b/worker.js
@@ -41,8 +41,8 @@ async function reload() {
}
}
-async function recursiveLinkWalker(url, cache, visits=[], constrain=["cv2.aleteoryx.me"]) {
- const urlobj = new URL(url, "https://cv2.aleteoryx.me");
+async function recursiveLinkWalker(url, cache, visits=[], constrain=["circuits.aleteoryx.me"]) {
+ const urlobj = new URL(url, "https://circuits.aleteoryx.me");
console.dir(urlobj, String(urlobj));
if (!constrain.includes(urlobj.hostname) || visits.includes(url))
return;