set the Firefox user agent to PlayStation 5

This commit is contained in:
2024-12-19 16:54:16 -05:00
parent 9a245fb8c2
commit 4a348041c4
2 changed files with 4 additions and 0 deletions

View File

@@ -237,6 +237,7 @@
"urlclassifier", "urlclassifier",
"usbhid", "usbhid",
"usbutils", "usbutils",
"useragent",
"usernamehw", "usernamehw",
"userprefs", "userprefs",
"vfat", "vfat",

View File

@@ -18,6 +18,9 @@
order = [ "Google" ]; order = [ "Google" ];
}; };
settings = { 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 # SECTION: FASTFOX
# GENERAL # GENERAL
"content.notify.interval" = 100000; "content.notify.interval" = 100000;