pub static PACK_SAFARI_18: LazyLock<TlsProfilePack>Expand description
Safari 18 profile pack.
ยงExample
use stygian_browser::tls::PACK_SAFARI_18;
assert_eq!(PACK_SAFARI_18.profile.name, "Safari 18");
assert!(!PACK_SAFARI_18.metadata.h3_support);pub static PACK_SAFARI_18: LazyLock<TlsProfilePack>Safari 18 profile pack.
use stygian_browser::tls::PACK_SAFARI_18;
assert_eq!(PACK_SAFARI_18.profile.name, "Safari 18");
assert!(!PACK_SAFARI_18.metadata.h3_support);