Lua: Enable "Launch with SSLKEYLOGFILE" by default

This commit is contained in:
Gerald Combs 2023-08-13 16:40:31 -07:00
parent 0f8a68b5a8
commit b60eceb8d5

View file

@ -124,4 +124,5 @@ persconffile_path = Dir.personal_config_path
if not running_superuser or run_user_scripts_when_superuser then
dofile(DATA_DIR.."console.lua")
dofile(DATA_DIR.."browser_sslkeylog.lua")
end