From 3fffdaa8666b81e1484ffd263ba4bf675931ef16 Mon Sep 17 00:00:00 2001 From: Alexandru Cuciureanu Date: Wed, 8 Feb 2023 21:57:20 +0200 Subject: [PATCH] Revert "feat(enhanced the prototype pollution detection mecanism): better checking for prototype pollution" This reverts commit 284fbb169c543b0858f757137d521bc75a80c358. --- sandbox/index.html | 4 ++-- sandbox/js/check.payload.js | 31 +------------------------------ 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/sandbox/index.html b/sandbox/index.html index c2c236d..1d4b602 100644 --- a/sandbox/index.html +++ b/sandbox/index.html @@ -21,12 +21,12 @@ types.reduce((acc, type) => intersectProtoPropNameReducer(acc, type, prev, curr), {}); - - + +