Set a null prototype for most of the internals

This commit is contained in:
Jarred Sumner
2025-01-20 21:25:55 -08:00
parent bd5625166b
commit c02cec3f37
55 changed files with 59 additions and 8 deletions

View File

@@ -52,5 +52,6 @@ var https = {
createServer: http.createServer,
get,
request,
__proto__: null,
};
export default https;