Skip to content

Commit

Permalink
Runtime script checks (#256)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jonathanKingston authored Feb 15, 2023
1 parent f46e98c commit e8b47d2
Show file tree
Hide file tree
Showing 13 changed files with 3,004 additions and 830 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "standard",
"root": true,
"parserOptions": {
"ecmaVersion": "latest",
},
"globals": {
"$USER_PREFERENCES$": "readonly",
"$USER_UNPROTECTED_DOMAINS$": "readonly",
Expand Down
Loading

0 comments on commit e8b47d2

Please sign in to comment.