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;