From 4a348041c492e8e7cc63d6a9400b94aa01008143 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 19 Dec 2024 16:54:16 -0500 Subject: [PATCH] set the Firefox user agent to PlayStation 5 --- .vscode/settings.json | 1 + users/gaming/home/firefox.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f0f883b..8359b83 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -237,6 +237,7 @@ "urlclassifier", "usbhid", "usbutils", + "useragent", "usernamehw", "userprefs", "vfat", diff --git a/users/gaming/home/firefox.nix b/users/gaming/home/firefox.nix index 24e2ee5..dee0e1f 100644 --- a/users/gaming/home/firefox.nix +++ b/users/gaming/home/firefox.nix @@ -18,6 +18,9 @@ order = [ "Google" ]; }; settings = { + # Makes Firefox use the PlayStation 5 user agent + "general.useragent.override" = "Mozilla/5.0 (PlayStation; PlayStation 5/10.01) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15,gzip(gfe),gzip(gfe)"; + # SECTION: FASTFOX # GENERAL "content.notify.interval" = 100000;