We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1abda commit b143cc5Copy full SHA for b143cc5
src/chrome/content/rules/Twitch.tv.xml
@@ -2,7 +2,10 @@
2
Deprecated:
3
justin.tv
4
www.justin.tv
5
+www-cdn.jtvnw.net
6
+static-cdn.jtvnw.net
7
secure.justin.tv
8
+s.jtvnw.net
9
10
Mismatch:
11
blog.twitch.tv
@@ -39,6 +42,9 @@ science.twitch.tv
39
42
<target host="www-cdn.jtvnw.net" />
40
43
<target host="static-cdn.jtvnw.net" />
41
44
<target host="s.jtvnw.net" />
45
+ <target host="justin.tv" />
46
+ <target host="www.justin.tv" />
47
+ <target host="secure.justin.tv" />
48
49
<rule from="^http:" to="https:" />
50
</ruleset>
0 commit comments