Skip to content

Commit b14fcf5

Browse files
committed
Using uncapturing patterns
1 parent f54f279 commit b14fcf5

37 files changed

+80
-75
lines changed

src/chrome/content/rules/123-Reg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="www.123-reg.co.uk" />
33
<target host="123-reg.co.uk" />
44

5-
<rule from="^http://(www\.)?123-reg\.co\.uk/" to="https://www.123-reg.co.uk/"/>
5+
<rule from="^http://(?:www\.)?123-reg\.co\.uk/" to="https://www.123-reg.co.uk/"/>
66
</ruleset>

src/chrome/content/rules/1nightstandstory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="1nightstandstory.com" />
33
<target host="www.1nightstandstory.com" />
44

5-
<rule from="^http://(www\.)?1nightstandstory\.com/" to="https://www.1nightstandstory.com/"/>
5+
<rule from="^http://(?:www\.)?1nightstandstory\.com/" to="https://www.1nightstandstory.com/"/>
66
</ruleset>

src/chrome/content/rules/33Bits.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="www.33bits.org" />
33
<target host="33bits.org" />
44

5-
<rule from="^http://(www\.)?33bits\.org/" to="https://www.33bits.org/"/>
5+
<rule from="^http://(?:www\.)?33bits\.org/" to="https://www.33bits.org/"/>
66
</ruleset>

src/chrome/content/rules/37Signals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<securecookie host="^((www|gettingreal|launchpad|smiley)\.)?37signals\.com$" name=".*" />
99

10-
<rule from="^http://(www\.)?37signals\.com/" to="https://37signals.com/"/>
10+
<rule from="^http://(?:www\.)?37signals\.com/" to="https://37signals.com/"/>
1111
<rule from="^http://(gettingreal|launchpad|smiley)\.37signals\.com/" to="https://$1.37signals.com/"/>
1212
</ruleset>
1313

src/chrome/content/rules/38.de.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="www.38.de" />
33
<target host="38.de" />
44

5-
<rule from="^http://(www\.)?38\.de/" to="https://www.38.de/"/>
5+
<rule from="^http://(?:www\.)?38\.de/" to="https://www.38.de/"/>
66
</ruleset>

src/chrome/content/rules/3min.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
<securecookie host="^(.*\.)?3min\.de$" name=".*" />
77

8-
<rule from="^http://(www\.)?3min\.de/" to="https://www.3min.de/"/>
8+
<rule from="^http://(?:www\.)?3min\.de/" to="https://www.3min.de/"/>
99
</ruleset>

src/chrome/content/rules/4sevens.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="www.4sevens.com" />
33
<target host="4sevens.com" />
44

5-
<rule from="^http://(www\.)?4sevens\.com/" to="https://www.4sevens.com/"/>
5+
<rule from="^http://(?:www\.)?4sevens\.com/" to="https://www.4sevens.com/"/>
66
</ruleset>

src/chrome/content/rules/7chan.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="7chan.org" />
33
<target host="www.7chan.org" />
44

5-
<rule from="^http://(www\.)?7chan\.org/" to="https://7chan.org/"/>
5+
<rule from="^http://(?:www\.)?7chan\.org/" to="https://7chan.org/"/>
66
</ruleset>

src/chrome/content/rules/ACLU-of-North-Carolina.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<target host="acluofnc.org" />
55
<target host="www.acluofnc.org" />
66

7-
<rule from="^http://(www\.)?aclu(ofnc|ofnorthcarolina)\.org/" to="https://www.acluofnorthcarolina.org/" />
7+
<rule from="^http://(?:www\.)?aclu(ofnc|ofnorthcarolina)\.org/" to="https://www.acluofnorthcarolina.org/" />
88
</ruleset>

src/chrome/content/rules/ACLU-of-Southern-California.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<target host="aclu-sc.org" />
33
<target host="www.aclu-sc.org" />
44

5-
<rule from="^http://(www\.)?aclu-sc\.org/" to="https://www.aclu-sc.org/" />
5+
<rule from="^http://(?:www\.)?aclu-sc\.org/" to="https://www.aclu-sc.org/" />
66
</ruleset>

0 commit comments

Comments
 (0)