From 4110409603be70154ce74f7ee7d5565f9bdf2847 Mon Sep 17 00:00:00 2001
From: Yuchen Pei <id@ypei.org>
Date: Mon, 7 Aug 2023 17:45:05 +1000
Subject: As they often say: Indentation, Indentation, Indentation

---
 firefox/policies.json | 132 +++++++++++++++++++++++++-------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

diff --git a/firefox/policies.json b/firefox/policies.json
index e180100..9715aa8 100644
--- a/firefox/policies.json
+++ b/firefox/policies.json
@@ -1,70 +1,70 @@
 {
-    "policies": {
-        "Cookies": {
-            "Behavior": "reject-tracker-and-partition-foreign",
-            "ExpireAtSessionEnd": true,
-            "Locked": false
-        },
-        "DisableFirefoxStudies": true,
-        "DisablePocket": true,
-        "DisableTelemetry": true,
-        "EnableTrackingProtection": {
-            "Value": true,
-            "Locked": true,
-            "Cryptomining": true,
-            "Fingerprinting": true
-        },
-        "ExtensionSettings": {
-            "jid1-KtlZuoiikVfFew@jetpack": {
-                "installation_mode": "normal_installed",
-                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/librejs/latest.xpi"
-            },
-            "uBlock0@raymondhill.net": {
-                "installation_mode": "normal_installed",
-                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
-            }
-        },
-        "FirefoxHome": {
-            "Search": true,
-            "TopSites": false,
-            "SponsoredTopSites": false,
-            "Highlights": false,
-            "Pocket": false,
-            "SponsoredPocket": false,
-            "Snippets": false,
-            "Locked": false
-        },
-        "Homepage": {
-            "URL": "about:home",
-            "Locked": false,
-            "StartPage": "homepage"
-        },
-        "OverrideFirstRunPage": "about:home",
-        "Permissions": {
-            "Location": {
-                "BlockNewRequests": true,
-            }
-        },
-        "SearchEngines": {
-            "Add": [
-                {
-                    "Name": "Startpage",
-                    "URLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}",
-                    "Method": "GET",
-                    "IconURL": "https://www.startpage.com/sp/cdn/favicons/favicon--dark.ico",
-                    "Alias": "@startpage",
-                    "Description": "Startpage",
-                    "SuggestURLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}"
-                }
-            ],
-            "Remove": [
-                "Amazon.com.au",
-                "eBay",
-                "Bing",
-                "Google",
-                "Twitter",
-                "Yahoo"
-            ]
+  "policies": {
+    "Cookies": {
+      "Behavior": "reject-tracker-and-partition-foreign",
+      "ExpireAtSessionEnd": true,
+      "Locked": false
+    },
+    "DisableFirefoxStudies": true,
+    "DisablePocket": true,
+    "DisableTelemetry": true,
+    "EnableTrackingProtection": {
+      "Value": true,
+      "Locked": true,
+      "Cryptomining": true,
+      "Fingerprinting": true
+    },
+    "ExtensionSettings": {
+      "jid1-KtlZuoiikVfFew@jetpack": {
+        "installation_mode": "normal_installed",
+        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/librejs/latest.xpi"
+      },
+      "uBlock0@raymondhill.net": {
+        "installation_mode": "normal_installed",
+        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
+      }
+    },
+    "FirefoxHome": {
+      "Search": true,
+      "TopSites": false,
+      "SponsoredTopSites": false,
+      "Highlights": false,
+      "Pocket": false,
+      "SponsoredPocket": false,
+      "Snippets": false,
+      "Locked": false
+    },
+    "Homepage": {
+      "URL": "about:home",
+      "Locked": false,
+      "StartPage": "homepage"
+    },
+    "OverrideFirstRunPage": "about:home",
+    "Permissions": {
+      "Location": {
+        "BlockNewRequests": true
+      }
+    },
+    "SearchEngines": {
+      "Add": [
+        {
+          "Name": "Startpage",
+          "URLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}",
+          "Method": "GET",
+          "IconURL": "https://www.startpage.com/sp/cdn/favicons/favicon--dark.ico",
+          "Alias": "@startpage",
+          "Description": "Startpage",
+          "SuggestURLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}"
         }
+      ],
+      "Remove": [
+        "Amazon.com.au",
+        "eBay",
+        "Bing",
+        "Google",
+        "Twitter",
+        "Yahoo"
+      ]
     }
+  }
 }
-- 
cgit v1.2.3