Add exclusions for sites broken by extension

This commit is contained in:
WhosyVox 2022-06-03 01:24:35 +01:00 committed by relrelb
parent 9e4d13f201
commit 39afc7eda0
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"exclude_matches": [
"https://sso.godaddy.com/*",
"https://authentication.td.com/*"
],
"js": ["dist/content.js"],
"all_frames": true,
"run_at": "document_start",