Skip to content

Commit

Permalink
don't run content scripts on *.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jul 30, 2020
1 parent 9f074b9 commit 0b42f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"monaco-editor/iframe/node_modules/monaco-editor/min/vs/loader.js"
],
"matches": ["<all_urls>"],
"exclude_matches": ["*://*/*.xml"],
"run_at": "document_idle"
},
{
"all_frames": true,
"js": ["inject-css/index.js"],
"matches": ["<all_urls>"],
"exclude_matches": ["*://*/*.xml"],
"run_at": "document_start"
}
],
Expand Down

0 comments on commit 0b42f28

Please sign in to comment.