pub static FIREFOX_133: LazyLock<TlsProfile>Expand description
Mozilla Firefox 133 TLS fingerprint profile.
Firefox uses a different cipher-suite and extension order than Chromium
browsers, notably preferring ChaCha20 and including delegated_credentials
and record_size_limit.
ยงExample
use stygian_browser::tls::FIREFOX_133;
assert_eq!(FIREFOX_133.name, "Firefox 133");