Skip to content

Commit 529b038

Browse files
committed
update URLs
1 parent 2b49d92 commit 529b038

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @isomorphic-git/cors-proxy
22

3-
This is the software running on https://isomorphic-git-cors-proxy.cleverapps.io/ -
4-
a free service (generously sponsored by [Clever Cloud](https://www.clever-cloud.com/))
5-
for users of [isomorphic-git](https://isomorphic-git.github.io) that enables cloning and pushing repos in the browser.
3+
This is the software running on https://cors.isomorphic-git.org/ -
4+
a free service (generously sponsored by [Clever Cloud](https://www.clever-cloud.com/?utm_source=ref&utm_medium=link&utm_campaign=isomorphic-git))
5+
for users of [isomorphic-git](https://isomorphic-git.org) that enables cloning and pushing repos in the browser.
66

77
It is derived from https://github.com/wmhilton/cors-buster with added restrictions to reduce the opportunity to abuse the proxy.
88
Namely, it blocks requests that don't look like valid git requests.

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ async function service (req, res) {
6161
<html>
6262
<title>@isomorphic-git/cors-proxy</title>
6363
<h1>@isomorphic-git/cors-proxy</h1>
64-
<p>This is the server software that runs on <a href="https://isomorphic-git-cors-proxy.cleverapps.io/">https://isomorphic-git-cors-proxy.cleverapps.io</a>
65-
&ndash; a free service (generously sponsored by <a href="https://www.clever-cloud.com/">Clever Cloud</a>)
66-
for users of <a href="https://isomorphic-git.github.io">isomorphic-git</a> that enables cloning and pushing repos in the browser.</p>
64+
<p>This is the server software that runs on <a href="https://cors.isomorphic-git.org">https://cors.isomorphic-git.org</a>
65+
&ndash; a free service (generously sponsored by <a href="https://www.clever-cloud.com/?utm_source=ref&utm_medium=link&utm_campaign=isomorphic-git">Clever Cloud</a>)
66+
for users of <a href="https://isomorphic-git.org">isomorphic-git</a> that enables cloning and pushing repos in the browser.</p>
6767
<p>The source code is hosted on Github at <a href="https://github.com/isomorphic-git/cors-proxy">https://github.com/isomorphic-git/cors-proxy</a></p>
6868
<p>It can also be installed from npm with <code>npm install <a href="https://npmjs.org/package/${pkg.name}">@isomorphic-git/cors-proxy</a></code></p>
6969

0 commit comments

Comments
 (0)