preNavigationHooks: [ async (crawlingContext, opts: OptionsInit) => { opts ??= {}; opts.https ??= {}; opts.https.minVersion = 'TLSv1.3'; } ]