We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5c7479 + 6bb7efb commit b59f1abCopy full SHA for b59f1ab
src/chrome/content/rules/Bugzilla.xml
@@ -9,16 +9,9 @@
9
* Refused
10
11
12
- Problematic hosts in *bugzilla.org:
13
-
14
- - ^ *
15
16
- * Mismatched
17
18
19
Fully covered hosts in *bugzilla.org:
20
21
- - (www.)? (^ → www)
+ - (www.)?
22
- landfill
23
- lists
24
@@ -27,18 +20,11 @@
27
28
<!-- Direct rewrites:
29
-->
+ <target host="bugzilla.org" />
30
<target host="landfill.bugzilla.org" />
31
25
<target host="lists.bugzilla.org" />
32
26
<target host="www.bugzilla.org" />
33
34
- <!-- Complications:
35
- -->
36
- <target host="bugzilla.org" />
37
38
39
- <rule from="^http://bugzilla\.org/"
40
- to="https://www.bugzilla.org/" />
41
42
<rule from="^http:"
43
to="https:" />
44
0 commit comments