Skip to content

Commit 5ac3dfd

Browse files
committed
Run trivialize pass
1 parent bd1ad5d commit 5ac3dfd

File tree

423 files changed

+952
-1083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

423 files changed

+952
-1083
lines changed

src/chrome/content/rules/24-7_Customer.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
-->
77
<ruleset name="24/7 Customer (partial)">
88

9-
<target host="*.247ilabs.com" />
9+
<target host="cdn.247ilabs.com" />
10+
<target host="psp.247ilabs.com" />
1011

1112

12-
<rule from="^http://(cdn|psp)\.247ilabs\.com/"
13-
to="https://$1.247ilabs.com/" />
13+
<rule from="^http:" to="https:" />
1414

1515
</ruleset>

src/chrome/content/rules/3M.com.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
<ruleset name="3M.com (partial)">
2929

3030
<target host="3m.com" />
31-
<target host="*.3m.com" />
31+
<target host="metricscst.3m.com" />
32+
<target host="solutions.3m.com" />
33+
<target host="www.3m.com" />
3234
<!--
3335
- $ loads mixed stylesheets as described above
3436
- us$ redirects to http
@@ -45,7 +47,6 @@
4547
<exclusion pattern="^http://solutions\.3m\.com/+(?!3M/themes/|3MContentRetrievalAPI/|wps/)" />
4648

4749

48-
<rule from="^http://((?:metricscst|solutions|www)\.)?3m\.com/"
49-
to="https://$13m.com/" />
50+
<rule from="^http:" to="https:" />
5051

5152
</ruleset>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<ruleset name="ABIS-Studien.se (default off)" default_off="expired certificate">
22
<target host="abis-studien.se" />
33
<target host="www.abis-studien.se" />
4-
<rule from="^http://www\.abis-studien\.se/" to="https://www.abis-studien.se/"/>
5-
<rule from="^http://abis-studien\.se/" to="https://abis-studien.se/"/>
4+
<rule from="^http:" to="https:" />
65
</ruleset>
76

src/chrome/content/rules/AGU.org.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,30 @@
5656
-->
5757
<ruleset name="AGU.org (partial)">
5858

59-
<target host="*.agu.org" />
59+
<target host="about.agu.org" />
60+
<target host="chapman.agu.org" />
61+
<target host="education.agu.org" />
62+
<target host="ethics.agu.org" />
63+
<target host="fallmeeting.agu.org" />
64+
<target host="geocalendar.agu.org" />
65+
<target host="giving.agu.org" />
66+
<target host="honors.agu.org" />
67+
<target host="meetings.agu.org" />
68+
<target host="membership.agu.org" />
69+
<target host="news.agu.org" />
70+
<target host="publications.agu.org" />
71+
<target host="sciencepolicy.agu.org" />
72+
<target host="sharingscience.agu.org" />
73+
<target host="sites.agu.org" />
74+
<target host="sites2.agu.org" />
75+
<target host="spc.agu.org" />
6076
<!--exclusion pattern="http://(blogs|fromtheprow|ja|www)\.agu\.org/" /-->
6177
<!--
6278
Avoid false/broken MCB:
6379
-->
6480
<exclusion pattern="^http://(?:ethics|meetings|publications|sciencepolicy|sharingscience|sites)\.agu\.org/+(?!favicon\.ico|(?:\w+/)?wp-(?:content|includes)/)" />
6581

6682

67-
<rule from="^http://(about|chapman|education|ethics|fallmeeting|geocalendar|giving|honors|meetings|membership|news|publications|sciencepolicy|sharingscience|sites2?|spc)\.agu\.org/"
68-
to="https://$1.agu.org/" />
83+
<rule from="^http:" to="https:" />
6984

7085
</ruleset>

src/chrome/content/rules/AMetSoc.org.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@
4141
<ruleset name="AMetSoc.org (partial)">
4242

4343
<target host="ametsoc.org" />
44-
<target host="*.ametsoc.org" />
44+
<target host="annual.ametsoc.org" />
45+
<target host="bookstore.ametsoc.org" />
46+
<target host="journals.ametsoc.org" />
47+
<target host="shib.ametsoc.org" />
48+
<target host="www.ametsoc.org" />
4549
<!--
4650
Avoid broken MCB:
4751
-->
@@ -61,7 +65,6 @@
6165
<exclusion pattern="^http://journals\.ametsoc\.org/(?!action/showLogin|favicon\.ico|na101/home/literatum/publisher/\w+/journals/|templates/|userimages/)" />
6266

6367

64-
<rule from="^http://((?:annual|bookstore|journals|shib|www)\.)?ametsoc\.org/"
65-
to="https://$1ametsoc.org/" />
68+
<rule from="^http:" to="https:" />
6669

6770
</ruleset>

src/chrome/content/rules/ATV.hu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Fetch error: http://static.atv.hu/ => https://static.atv.hu/: (6, 'Could not res
1111
<ruleset name="ATV.hu (partial)" default_off='failed ruleset test'>
1212
<target host="static.atv.hu" />
1313

14-
<rule from="^http://static\.atv\.hu/" to="https://static.atv.hu/" />
14+
<rule from="^http:" to="https:" />
1515
</ruleset>

src/chrome/content/rules/AWcloud.net.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
-->
77
<ruleset name="AWcloud.net">
88

9-
<target host="*.awcloud.net" />
9+
<target host="projecta.awcloud.net" />
10+
<target host="stats.awcloud.net" />
1011

1112

12-
<rule from="^http://(projecta|stats)\.awcloud\.net/"
13-
to="https://$1.awcloud.net/" />
13+
<rule from="^http:" to="https:" />
1414

1515
</ruleset>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<ruleset name="abusix.com">
22

33
<target host="abusix.com" />
4-
<target host="*.abusix.com" />
4+
<target host="abusehq.abusix.com" />
5+
<target host="blackholemx.abusix.com" />
6+
<target host="leakdb.abusix.com" />
7+
<target host="spamfeedme.abusix.com" />
8+
<target host="www.abusix.com" />
59

610

7-
<rule from="^http://((?:abusehq|blackholemx|leakdb|spamfeedme|www)\.)?abusix\.com/"
8-
to="https://$1abusix.com/" />
11+
<rule from="^http:" to="https:" />
912

1013
</ruleset>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ruleset name="Accenture">
22
<!-- www.accenture.com redirect is broken-->
3-
<target host="*.abba.accenture.com"/>
3+
<target host="beacon4.abba.accenture.com" />
44

5-
<rule from="^http://beacon4\.abba\.accenture\.com/" to="https://beacon4.abba.accenture.com/"/>
5+
<rule from="^http:" to="https:" />
66
</ruleset>

src/chrome/content/rules/AddBooks.se.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Fetch error: http://addbooks.se/ => https://addbooks.se/: (7, 'Failed to connect
88
<ruleset name="AddBooks.se" platform="mixedcontent" default_off='failed ruleset test'>
99
<target host="www.addbooks.se" />
1010
<target host="addbooks.se" />
11-
<rule from="^http://www\.addbooks\.se/" to="https://www.addbooks.se/"/>
12-
<rule from="^http://addbooks\.se/" to="https://addbooks.se/"/>
11+
<rule from="^http:" to="https:" />
1312
</ruleset>
1413

0 commit comments

Comments
 (0)