gbaptista / luminous

Identify, analyze and block code execution and event collection through JavaScript in your browser with code interception.
https://gbaptista.github.io/luminous
GNU General Public License v3.0
96 stars 11 forks source link

It could be simply bypassed via setTimeout/setInterval. #101

Open maple3142 opened 6 years ago

maple3142 commented 6 years ago

setTimeout('is_allowed=()=>true',0) can easily make everything working again. image