mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 23:19:58 +02:00
refactor: Update ZenSidebarManager to use updated default mobile user agent
Update the ZenSidebarManager module to use the updated default mobile user agent. This change ensures that the mobile user agent string is compatible with Android 12 and Firefox version 129.0.
This commit is contained in:
parent
0ab7cda4d5
commit
bfda024538
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
|
||||
|
||||
var gZenBrowserManagerSidebar = {
|
||||
_sidebarElement: null,
|
||||
_currentPanel: null,
|
||||
|
@ -12,7 +10,7 @@ var gZenBrowserManagerSidebar = {
|
|||
_isDragging: false,
|
||||
contextTab: null,
|
||||
|
||||
DEFAULT_MOBILE_USER_AGENT: "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36 Edg/114.0.1823.79",
|
||||
DEFAULT_MOBILE_USER_AGENT: "Mozilla/5.0 (Android 12; Mobile; rv:129.0) Gecko/20100101 Firefox/129.0",
|
||||
MAX_SIDEBAR_PANELS: 8, // +1 for the add panel button
|
||||
MAX_RUNS: 3,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue