diff --git a/lavamoat/browserify/beta/policy.json b/lavamoat/browserify/beta/policy.json
index f9e3d233a..126796a99 100644
--- a/lavamoat/browserify/beta/policy.json
+++ b/lavamoat/browserify/beta/policy.json
@@ -585,7 +585,8 @@
         "console.log": true,
         "document.createElement": true,
         "document.head.appendChild": true,
-        "fetch": true
+        "fetch": true,
+        "removeEventListener": true
       },
       "packages": {
         "@ethereumjs/tx": true,
diff --git a/lavamoat/browserify/flask/policy.json b/lavamoat/browserify/flask/policy.json
index 078a31177..8f7562e63 100644
--- a/lavamoat/browserify/flask/policy.json
+++ b/lavamoat/browserify/flask/policy.json
@@ -585,7 +585,8 @@
         "console.log": true,
         "document.createElement": true,
         "document.head.appendChild": true,
-        "fetch": true
+        "fetch": true,
+        "removeEventListener": true
       },
       "packages": {
         "@ethereumjs/tx": true,
diff --git a/lavamoat/browserify/main/policy.json b/lavamoat/browserify/main/policy.json
index f9e3d233a..126796a99 100644
--- a/lavamoat/browserify/main/policy.json
+++ b/lavamoat/browserify/main/policy.json
@@ -585,7 +585,8 @@
         "console.log": true,
         "document.createElement": true,
         "document.head.appendChild": true,
-        "fetch": true
+        "fetch": true,
+        "removeEventListener": true
       },
       "packages": {
         "@ethereumjs/tx": true,