Skip to content

Commit 265f5af

Browse files
authored
Added use of jsdelivr.com cdn
1 parent 9ad5680 commit 265f5af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Securelay works in the following ways:
1818

1919
**CORS:** Allowing CORS is a must. Otherwise, browsers would block client side calls to the API.
2020

21-
**Futureproof:** The URL(s) of the API endpoint(s) may be found with a GET at https://securelay.github.io/api-endpoints.json.
21+
**Futureproof:** The URL(s) of the API endpoint(s) may be found with a GET at https://cdn.jsdelivr.net/gh/securelay/api/endpoints.json courtesy of [jsdelivr](https://www.jsdelivr.com/?docs=gh). This requires storing the list of URLs in JSON format in a endpoints.json file in the https://github.com/securelay/api repository.
2222

2323
# Security
2424
Security is brought about by the use of dual paths, one private and the other public. Note here that other relay services like [piping-server](https://github.com/nwtgck/piping-server), [http-relay](https://httprelay.io) or [pipeto.me](https://pipeto.me) use the same path for both GET and POST.

0 commit comments

Comments
 (0)