chore(browser-extension): add codesandbox.io to exclude_matches
This commit is contained in:
parent
9c4fa60f99
commit
2d3db78d57
@ -23,21 +23,22 @@
|
|||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"exclude_matches": [
|
"exclude_matches": [
|
||||||
"*://*.googleapis.com/embed/*",
|
"*://*.googleapis.com/embed/*",
|
||||||
|
"*://*.codesandbox.io/*",
|
||||||
"*://*.sharepoint.com/*",
|
"*://*.sharepoint.com/*",
|
||||||
"*://*.youtube.com/embed/*",
|
"*://*.youtube.com/embed/*",
|
||||||
"*://*.youtube-nocookie.com/embed/*",
|
"*://*.youtube-nocookie.com/embed/*",
|
||||||
"https://translate.google.ca/*",
|
"*://translate.google.ca/*",
|
||||||
"https://translate.google.co.in/*",
|
"*://translate.google.co.in/*",
|
||||||
"https://translate.google.co.jp/*",
|
"*://translate.google.co.jp/*",
|
||||||
"https://translate.google.co.uk/*",
|
"*://translate.google.co.uk/*",
|
||||||
"https://translate.google.com.au/*",
|
"*://translate.google.com.au/*",
|
||||||
"https://translate.google.com.br/*",
|
"*://translate.google.com.br/*",
|
||||||
"https://translate.google.com/*",
|
"*://translate.google.com/*",
|
||||||
"https://translate.google.de/*",
|
"*://translate.google.de/*",
|
||||||
"https://translate.google.es/*",
|
"*://translate.google.es/*",
|
||||||
"https://translate.google.fr/*",
|
"*://translate.google.fr/*",
|
||||||
"https://translate.google.it/*",
|
"*://translate.google.it/*",
|
||||||
"https://www.cookie-dialog-monster.com/*"
|
"*://www.cookie-dialog-monster.com/*"
|
||||||
],
|
],
|
||||||
"js": ["scripts/content.js", "scripts/dialog.js"],
|
"js": ["scripts/content.js", "scripts/dialog.js"],
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user