pub static EDGE_131: LazyLock<TlsProfile>Expand description
Microsoft Edge 131 TLS fingerprint profile.
Edge is Chromium-based so its TLS stack is nearly identical to Chrome.
Differences are minor (e.g. extension ordering around application_settings).
ยงExample
use stygian_browser::tls::EDGE_131;
assert_eq!(EDGE_131.name, "Edge 131");