We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39269a0 + 820e21f commit 202aed3Copy full SHA for 202aed3
src/chrome/content/rules/LinuxTV.org.xml
@@ -1,22 +1,12 @@
1
-<!--
2
- Nonfunctional subdomains:
+<ruleset name="LinuxTV.org">
3
4
- - (www.) *
5
- - git *
6
-
7
- * Shows patchwork
8
9
10
- - Expired 2007-06-26
11
- - Mismatched, CN: www.linuxtv.org
12
13
--->
14
-<ruleset name="LinuxTV.org (partial)" default_off="expired, mismatched, self-signed">
+ <target host="linuxtv.org" />
+ <target host="www.linuxtv.org" />
15
+ <target host="git.linuxtv.org" />
16
<target host="patchwork.linuxtv.org" />
17
+ <rule from="^http:"
+ to="https:" />
18
19
- <rule from="^http://patchwork\.linuxtv\.org/"
20
- to="https://patchwork.linuxtv.org/" />
21
22
-</ruleset>
+</ruleset>
0 commit comments