From 71854509d5b22373816845f729f6cb7d45956f3c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 5 Oct 2025 10:53:28 +0300 Subject: [PATCH] firefox: link to raw.githubusercontent.com in hopes of bypassing Anubis --- conf/firefox-forbidden-policies.js | 2 +- etc/firefox/policies/policies.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 1a14b607..ddba1f9d 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -8,7 +8,7 @@ lockPref("autoadmin.failover_to_cached", true); lockPref( "autoadmin.global_config_url", - "https://codeberg.org/Aminda/shell-things/raw/branch/cxefa/conf/firefox-forbidden-policies.js", + "https://raw.githubusercontent.com/Mikaela/shell-things/refs/heads/cxefa/conf/firefox-forbidden-policies.js", ); lockPref("autoadmin.offline_failover", true); lockPref("autoadmin.refresh_interval", 120); diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index f79be99e..fc235b06 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -605,7 +605,7 @@ "Comment": "Preference not allowed for stability reasons. :(", "Status": "locked", "Type": "string", - "Value": "https://codeberg.org/Aminda/shell-things/raw/branch/cxefa/conf/firefox-forbidden-policies.js" + "Value": "https://raw.githubusercontent.com/Mikaela/shell-things/refs/heads/cxefa/conf/firefox-forbidden-policies.js" }, "autoadmin.offline_failover": { "Comment": "Preference not allowed for stability reasons. :(",