pve-manager/PVE/Service
Dominik Csapak 188ff556cc fix #6657: pveproxy: detect mobile firefox better
in mobile firefox, the text 'Mobile' is not followed by whitespace or a
forward slash, but rather a semicolon (';'). Instead of simply adding
that to the list of characters, change the regex to accept 'Mobile' only
when it's a word boundary, this should include
slashes/whitespace/semicolons and other things browser vendors might use
in their user agent strings.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Link: https://lore.proxmox.com/20250811131600.2886215-1-d.csapak@proxmox.com
2025-08-12 09:51:55 +02:00
..
Makefile makefile: convert to use simple parenthesis 2023-05-29 18:24:00 +02:00
pvedaemon.pm partially fix #5392: pvedaemon: make number of workers configurable 2025-07-29 21:14:52 +02:00
pveproxy.pm fix #6657: pveproxy: detect mobile firefox better 2025-08-12 09:51:55 +02:00
pvescheduler.pm auto-format code using perltidy with Proxmox style guide 2025-06-17 18:22:29 +02:00
pvestatd.pm statd: simplify check for if RRD file exists 2025-08-04 10:18:16 +02:00
spiceproxy.pm auto-format code using perltidy with Proxmox style guide 2025-06-17 18:22:29 +02:00