Skip to content

Commit 9b16783

Browse files
committed
[SourceForge] Remove spurious redirects
sourceforge.jp redirects to HTTP, and people are annoyed when sourceforge.net redirects to login.
1 parent 57440a8 commit 9b16783

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/chrome/content/rules/SourceForge.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@
4343
<target host="sf.net" />
4444
<target host="*.sf.net" />
4545
<target host="*.svn.sf.net" />
46-
<target host="sourceforge.jp" />
4746
<!--
4847
Different.
4948
-->
50-
<exclusion pattern="^http://downloads\.sourceforge\.j" />
5149
<target host="sourceforge.net" />
5250
<target host="*.sourceforge.net" />
5351
<target host="*.svn.sourceforge.net" />
@@ -60,9 +58,6 @@
6058

6159
<securecookie host="^downloads\.sourceforge\.net$" name=".+" />
6260

63-
<rule from="^http://(www\.)?sourceforge\.jp/"
64-
to="https://sourceforge.jp/" />
65-
6661
<rule from="^http://static\.sourceforge\.jp/"
6762
to="https://static.sourceforge.jp/" />
6863

@@ -71,8 +66,6 @@
7166

7267
<!-- Redirects to http first.
7368
-->
74-
<rule from="^http://(www\.)?sourceforge\.net/$"
75-
to="https://$1sourceforge.net/account/login.php?return_to=%2Faccount%2F" />
7669

7770
<rule from="^http://(www\.)?sourceforge\.net/account/?"
7871
to="https://$1sourceforge.net/account/" />

0 commit comments

Comments
 (0)