This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit 18f7bf489738f5746c963569daafa5a8a2435e1b Author: KOLANICH KOLANICH@users.noreply.github.com AuthorDate: Wed Sep 29 15:43:55 2021 +0000
Added git.code.sf.net and svn.code.sf.net (#20015) --- src/chrome/content/rules/SF.net.xml | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/src/chrome/content/rules/SF.net.xml b/src/chrome/content/rules/SF.net.xml index bc9c5c05b1..0ef3c74083 100644 --- a/src/chrome/content/rules/SF.net.xml +++ b/src/chrome/content/rules/SF.net.xml @@ -38,6 +38,12 @@ Fetch error: http://goparallel.sf.net/ => https://goparallel.sf.net/: (7, 'Faile <target host="lists.sf.net" />
<target host="*.svn.sf.net" /> + <target host="*.code.sf.net" /> + <test url="http://svn.code.sf.net/p/codeblocks/code/trunk/" /> + <test url="http://git.code.sf.net/p/udt/git" /> + <test url="http://git.code.sf.net/p/pykdump/code" /> + <test url="http://svn.code.sf.net/p/seabreeze/code/trunk/" /> + <!--<test url="http://hg.code.sf.net/p/ruamel-yaml/code" /> - no anonymous access, see https://sourceforge.net/p/forge/feature-requests/727/ -->
<rule from="^http://(\w+)\.svn\.sf\.net/" to="https://$1.svn.sourceforge.net/" />