From 3a8ce7418c57b866907f7022979a47efe836963b Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sun, 27 Aug 2017 13:43:00 -0500 Subject: Started implementing a way to change the content of script requests --- eval_test.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eval_test.js') diff --git a/eval_test.js b/eval_test.js index 6a7b8d2..dd00891 100644 --- a/eval_test.js +++ b/eval_test.js @@ -146,7 +146,6 @@ var licenses = { // Objects which could be used to do nontrivial things // Bracket suffix notation could still be exploited to get some of these objects var reserved_objects = [ - "window", "fetch", "XMLHttpRequest", "chrome", // only on chrome @@ -155,7 +154,9 @@ var reserved_objects = [ ]; // Objects that can only be used with dot notation -var reserved_ +var dot_only = [ + "window" +] function get_final_page(html_string, callback){ -- cgit v1.2.3