mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
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:

committed by
Ilya Grigorik

parent
e84878d215
commit
5641369385
@@ -16,6 +16,7 @@
|
|||||||
twitter.com
|
twitter.com
|
||||||
vine.co
|
vine.co
|
||||||
imgur.com
|
imgur.com
|
||||||
|
teams.microsoft.com
|
||||||
`.replace(regStrip,'')
|
`.replace(regStrip,'')
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -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, '')
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user