From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- canonical/firefox.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 canonical/firefox.js (limited to 'canonical/firefox.js') diff --git a/canonical/firefox.js b/canonical/firefox.js new file mode 100644 index 0000000..aab1534 --- /dev/null +++ b/canonical/firefox.js @@ -0,0 +1,2 @@ +user_pref("browser.startup.page", 3); +user_pref("extensions.formautofill.creditCards.enabled", false); -- cgit v1.3.1