Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 18f7bf4

Browse files
authored
Added git.code.sf.net and svn.code.sf.net (#20015)
1 parent 17e4421 commit 18f7bf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Fetch error: http://goparallel.sf.net/ => https://goparallel.sf.net/: (7, 'Faile
3838
<target host="lists.sf.net" />
3939

4040
<target host="*.svn.sf.net" />
41+
<target host="*.code.sf.net" />
42+
<test url="http://svn.code.sf.net/p/codeblocks/code/trunk/" />
43+
<test url="http://git.code.sf.net/p/udt/git" />
44+
<test url="http://git.code.sf.net/p/pykdump/code" />
45+
<test url="http://svn.code.sf.net/p/seabreeze/code/trunk/" />
46+
<!--<test url="http://hg.code.sf.net/p/ruamel-yaml/code" /> - no anonymous access, see https://sourceforge.net/p/forge/feature-requests/727/ -->
4147

4248
<rule from="^http://(\w+)\.svn\.sf\.net/"
4349
to="https://$1.svn.sourceforge.net/" />

0 commit comments

Comments
 (0)