Add teams.microsoft.com to default blacklist (#495)

Microsoft Teams is used for video conferencing, and this extension
causes all of the videos to be half cut off. I think it would be a good
idea to add it to the default blacklist.
This commit is contained in:
Joe Lencioni
2019-08-03 11:09:23 -07:00
committed by Ilya Grigorik
parent e84878d215
commit 5641369385
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
twitter.com twitter.com
vine.co vine.co
imgur.com imgur.com
teams.microsoft.com
`.replace(regStrip,'') `.replace(regStrip,'')
} }
}; };

View File

@@ -20,6 +20,7 @@ var tcDefaults = {
twitter.com twitter.com
vine.co vine.co
imgur.com imgur.com
teams.microsoft.com
`.replace(regStrip, '') `.replace(regStrip, '')
}; };