changed default user agent to "Firefox" to fix google/youtube pages not working
This commit is contained in:
parent
b8bac12e7e
commit
52633a0b3e
3 changed files with 85 additions and 80 deletions
16
pre-compile-patches/user-agent.patch
Normal file
16
pre-compile-patches/user-agent.patch
Normal 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",
|
||||
+)
|
Loading…
Add table
Add a link
Reference in a new issue