Skip to content

Commit e8b47d2

Browse files
Runtime script checks (#256)
* Runtime script checks * Adding another test for further validation of a real script that will run * Add tainting * Support for event listeners and testing * Remove shadow DOM separation * Update eslint
1 parent f46e98c commit e8b47d2

File tree

13 files changed

+3004
-830
lines changed

13 files changed

+3004
-830
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "standard",
33
"root": true,
4+
"parserOptions": {
5+
"ecmaVersion": "latest",
6+
},
47
"globals": {
58
"$USER_PREFERENCES$": "readonly",
69
"$USER_UNPROTECTED_DOMAINS$": "readonly",

0 commit comments

Comments
 (0)