Skip to main content

CHROME_131

Static CHROME_131 

Source
pub static CHROME_131: LazyLock<TlsProfile>
Expand description

Google Chrome 131 TLS fingerprint profile.

Cipher suites, extensions, and groups sourced from real Chrome 131 ClientHello captures.

ยงExample

use stygian_browser::tls::CHROME_131;

assert_eq!(CHROME_131.name, "Chrome 131");
assert!(CHROME_131.tls_versions.contains(&stygian_browser::tls::TlsVersion::Tls13));