Merge pull request #87 from ElijahLynn/exclude-new-hangouts-url

Add new hangouts.google.com URL to excluded matches.
This commit is contained in:
Ilya Grigorik
2016-02-22 07:56:16 -08:00

View File

@@ -25,6 +25,7 @@
"matches": [ "http://*/*", "https://*/*", "file:///*"], "matches": [ "http://*/*", "https://*/*", "file:///*"],
"exclude_matches": [ "exclude_matches": [
"https://plus.google.com/hangouts/*", "https://plus.google.com/hangouts/*",
"https://hangouts.google.com/hangouts/*",
"http://www.lynda.com/*", "http://www.lynda.com/*",
"http://www.hitbox.tv/*" "http://www.hitbox.tv/*"
], ],