Skip to main content

PACK_FIREFOX_133

Static PACK_FIREFOX_133 

Source
pub static PACK_FIREFOX_133: LazyLock<TlsProfilePack>
Expand description

Firefox 133 profile pack.

ยงExample

use stygian_browser::tls::PACK_FIREFOX_133;

assert_eq!(PACK_FIREFOX_133.profile.name, "Firefox 133");
assert!(PACK_FIREFOX_133.metadata.h3_support);