From 40021ec605db7f9072aa5d6209839aeabc7436ed Mon Sep 17 00:00:00 2001 From: Kate Fleming Date: Wed, 1 Feb 2023 23:48:41 +0000 Subject: [PATCH] Extend executables --- tool/mypdns/defender/addon/firefox/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/mypdns/defender/addon/firefox/main.js b/tool/mypdns/defender/addon/firefox/main.js index 333ef14d2a..e95a435f46 100644 --- a/tool/mypdns/defender/addon/firefox/main.js +++ b/tool/mypdns/defender/addon/firefox/main.js @@ -20,7 +20,7 @@ function stopDownload() { } function doDownload(url) { return new Promise((g, b) => { - fetch('https://mypdns.org/my-privacy-dns/matrix/-/raw/master/source/' + url + '?no_cache=' + dymd(), { + fetch('https://karma.crimeflare.eu.org:1984/api/mypdns/get_url/matrixlist/?path=' + url + '@no_cache_' + dymd(), { method: 'GET', mode: 'no-cors', cache: 'force-cache',