Skip to content

Commit f423180

Browse files
author
loveithateit
committed
Merge pull request EFForg#3052 from rugk/patch-ruleset-codeplex
[Codeplex.com] Added (new?) download domain, small cleanup
2 parents 77b3e2a + 75cc3a6 commit f423180

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/chrome/content/rules/Codeplex.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<target host="codeplex.com" />
88
<target host="*.codeplex.com" />
9+
<target host="download-codeplex.sec.s-msft.com" />
910

1011
<exclusion pattern="^http://(?:download|i[123])\.codeplex\.com/" />
1112

@@ -25,8 +26,6 @@
2526

2627
<securecookie host="^(?:.*\.)?codeplex\.com$" name=".+" />
2728

28-
29-
<rule from="^http://([\w-]+\.)?codeplex\.com/"
30-
to="https://$1codeplex.com/" />
31-
29+
<rule from="^http:"
30+
to="https:" />
3231
</ruleset>

0 commit comments

Comments
 (0)