enabled when:
=============
config.shuffleCiphers == true
references:
===========
https://daniel.haxx.se/blog/2022/09/02/curls-tls-fingerprint/
https://httptoolkit.com/blog/tls-fingerprinting-node-js/
https://tls13.xargs.org/
related discussion:
===================
https://www.reddit.com/r/javascript/comments/rb02fs/fighting_tls_fingerprinting_with_nodejs/
sample implementation:
======================
https://github.com/SamDecrock/node-httpreq/commit/cedeea384df54b074cf476cbfd88f8ae3478a3bf
https://github.com/SamDecrock/node-httpreq/blob/cedeea384df54b074cf476cbfd88f8ae3478a3bf/lib/httpreq.js#L281-L288