From 4e2fe9cd353fe43677c604dd0365fe52067a2656 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Wed, 15 Oct 2025 01:40:57 +0000 Subject: [PATCH] Upload files to "/" built using Firefox Profile Maker https://ffprofile.com checked the security boxes that made sense, and the Extensions that I recognize as good --- policies.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 policies.json diff --git a/policies.json b/policies.json new file mode 100644 index 0000000..257e895 --- /dev/null +++ b/policies.json @@ -0,0 +1,41 @@ +{ + "policies": { + "DisablePocket": true, + "DisableTelemetry": true, + "DisableFirefoxStudies": true, + "DNSOverHTTPS": { + "Enabled": false + }, + "CaptivePortal": false, + "NetworkPrediction": false, + "ExtensionSettings": { + "CanvasBlocker@kkapsner.de": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/canvasblocker/latest.xpi", + "installation_mode": "normal_installed" + }, + "jid1-MnnxcxisBPnSXQ@jetpack": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi", + "installation_mode": "normal_installed" + }, + "uBlock0@raymondhill.net": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi", + "installation_mode": "normal_installed" + }, + "{74145f27-f039-47ce-a470-a662b129930a}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/clearurls/latest.xpi", + "installation_mode": "normal_installed" + }, + "{c607c8df-14a7-4f28-894f-29e8722976af}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/temporary-containers/latest.xpi", + "installation_mode": "normal_installed" + }, + "@testpilot-containers": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi", + "installation_mode": "normal_installed" + } + }, + "DisableFirefoxAccounts": true, + "DisplayMenuBar": true, + "NewTabPage": false + } +} \ No newline at end of file