mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove "buffer" from the browser-safe allowlist.
This commit is contained in:
@@ -90,7 +90,6 @@ function makeWebNodeBuiltinsAlias(extras = []) {
|
||||
// browser-safe allowlist (these we *don't* mark as false)
|
||||
const allowlist = new Set([
|
||||
"process",
|
||||
"buffer",
|
||||
"util",
|
||||
"events",
|
||||
"path",
|
||||
|
||||
Reference in New Issue
Block a user