144.0.7559.132
Update to Chromium 144.0.7559.132
This release is for all platforms
New Features in Chrome 144
- New --disable-spoofing Parameter
A new unified parameter to selectively disable specific fingerprint spoofing. Use comma-separated values to specify which spoofing to disable.
- Available values: font, audio, canvas, clientrects, gpu
- Example: --disable-spoofing=font,gpu disables font and GPU fingerprint spoofing.
- This replaces the previous --disable-gpu-fingerprint parameter with a more flexible, granular approach.
- Removed Legacy GPU Fingerprint Parameters
The following parameters have been removed in Chrome 144:
- --fingerprint-gpu-vendor — Previously used to customize GPU vendor string
- --fingerprint-gpu-renderer — Previously used to customize GPU renderer string
- --disable-gpu-fingerprint — Previously used to disable GPU fingerprint
Migration: If you were using --disable-gpu-fingerprint, replace it with --disable-spoofing=gpu. If you were using --fingerprint-gpu-vendor or
--fingerprint-gpu-renderer, simply remove them — GPU fingerprint is now automatically generated from the fingerprint seed when not disabled.