Skip to content

144.0.7559.132

Choose a tag to compare

@adryfish adryfish released this 27 Feb 09:02
· 13 commits to main since this release

Update to Chromium 144.0.7559.132

This release is for all platforms

New Features in Chrome 144

  1. 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.
  1. 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.