
NoEval - Disable Eval() 作者: keller
Disable window.eval() in all websites and improve your online security!
3 个用户3 个用户
扩展元数据
屏幕截图



关于此扩展
NoEval add-on disables window.eval() function on all webpages. Moreover, it also disables similar approached to eval() when the input argument's type is String:
1. eval('')
2. (new Function(''))()
3. window.setTimeout('', delay)
4. window.setInterval('', delay)
When eval or similar methods are used in websites, users might be at risk in terms of security. Please visit the below page to get more info about eval and why it is a dangerous function:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Never_use_eval!
If you found a bug, or have a feature request in mind, please fill the bug report form in the add-on's homepage.
1. eval('')
2. (new Function(''))()
3. window.setTimeout('', delay)
4. window.setInterval('', delay)
When eval or similar methods are used in websites, users might be at risk in terms of security. Please visit the below page to get more info about eval and why it is a dangerous function:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Never_use_eval!
If you found a bug, or have a feature request in mind, please fill the bug report form in the add-on's homepage.
评分 3(1 位用户)
权限与数据详细了解
可选权限:
- 访问您在所有网站的数据
更多信息
0.1.7 的发布说明
update for manifest version 3