hpx-emulation 2.4.13

Browser emulation profiles for hpx (TLS fingerprinting, HTTP/2 settings)
Documentation
#[macro_use]
mod support;

use hpx_emulation::Emulation;

// Enabling certain extensions will change the length during encryption. This is because TLS will
// automatically use padding to fill the data and add a padding extension. At this time, the ja4
// fingerprint will change.

test_emulation!(
    test_opera116,
    Emulation::Opera116,
    ["t13d1515h2_8daaf6152771_0a20fe35d3a5"],
    "52d84b11737d980aef856699f885ca86"
);

test_emulation!(
    test_opera117,
    Emulation::Opera117,
    ["t13d1515h2_8daaf6152771_0a20fe35d3a5"],
    "52d84b11737d980aef856699f885ca86"
);

test_emulation!(
    test_opera118,
    Emulation::Opera118,
    ["t13d1515h2_8daaf6152771_0a20fe35d3a5"],
    "52d84b11737d980aef856699f885ca86"
);

test_emulation!(
    test_opera119,
    Emulation::Opera119,
    ["t13d1515h2_8daaf6152771_0a20fe35d3a5"],
    "52d84b11737d980aef856699f885ca86"
);