diff --git a/core/config.py b/core/config.py index 3d600a8..fbc7820 100644 --- a/core/config.py +++ b/core/config.py @@ -22,7 +22,7 @@ badTags = ('iframe', 'title', 'textarea', 'noembed', tags = ('html', 'd3v', 'a', 'details') # HTML Tags # "Things" that can be used between js functions and breakers e.g. '};alert()// -jFillings = ('-', '*', ';', '/') +jFillings = (';') # "Things" that can be used before > e.g. lFillings = ('', '%0dx') # "Things" to use between event handler and = or between function and =