changed default user agent to "Firefox" to fix google/youtube pages not working

This commit is contained in:
partisan 2025-05-11 09:03:08 +02:00
parent b8bac12e7e
commit 52633a0b3e
3 changed files with 85 additions and 80 deletions

View file

@ -0,0 +1,16 @@
t: standard
i: /toolkit/moz.configure
o: /toolkit/moz.configure
-project_flag(
- env="MOZ_APP_UA_NAME",
- default="",
- nargs=1,
- help="Application name in the User Agent string",
-)
+project_flag(
+ env="MOZ_APP_UA_NAME",
+ default="Firefox",
+ nargs=1,
+ help="application name in the User Agent string",
+)