From 29d4dbb9bd1bf486d8e093d9df2f462e612d5ce4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 27 Mar 2025 14:29:42 +0200 Subject: [PATCH] firefox: restore online autoconfig --- conf/autoconfig.js | 2 -- conf/autoconfig.js.online | 9 +++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/autoconfig.js b/conf/autoconfig.js index 7b414370..d0aa9b53 100644 --- a/conf/autoconfig.js +++ b/conf/autoconfig.js @@ -1,5 +1,3 @@ -/** @format */ - // This file belongs to Firefox `default/pref` directory. // E.g. /usr/lib64/firefox/defaults/pref/ or ~/.local/firefox/defaults/pref/ diff --git a/conf/autoconfig.js.online b/conf/autoconfig.js.online index 2e1a7466..df5f8551 100644 --- a/conf/autoconfig.js.online +++ b/conf/autoconfig.js.online @@ -1,15 +1,16 @@ -/** @format */ - // This file belongs to Firefox `default/pref` directory as `autoconfig.js`. // E.g. /usr/lib64/firefox/defaults/pref/autoconfig.js // WARNING: lockPref() IS NOT ALLOWED HERE! -//pref("autoadmin.global_config_url","https://codeberg.org/Aminda/shell-things/raw/branch/master/conf/firefox-forbidden-policies.js"); pref( "autoadmin.global_config_url", - "file:///home/aminda/public_html/autoconfig.js", + "https://raw.githubusercontent.com/Mikaela/shell-things/refs/heads/cxefa/conf/firefox-forbidden-policies.js", ); +// pref( +// "autoadmin.global_config_url", +// "file:///home/aminda/public_html/autoconfig.js", +// ); pref("general.config.obscure_value", 0); pref("autoadmin.refresh_interval", 120); pref("autoadmin.offline_failover", true);