js-jquery/remove-typeofs.patch
Christopher Tubbs b811b297f4 Update to 3.3.1
fixes rhbz#1536772 rhbz#1445079 rhbz#1591846 Security fix for CVE-2012-6708
2018-07-18 01:47:14 -04:00

19 lines
464 B
Diff

diff --git a/Gruntfile.js b/Gruntfile.js
index 096370a..173dad7 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -261,12 +261,7 @@ module.exports = function( grunt ) {
compress: {
"hoist_funs": false,
loops: false,
- unused: false,
-
- // Support: IE <11
- // typeofs transformation is unsafe for IE9-10
- // See https://github.com/mishoo/UglifyJS2/issues/2198
- typeofs: false
+ unused: false
}
}
}