From 705af6a7ae79e957e50b64cf05feeb6696cecb8c Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 22 Aug 2024 17:40:29 +0200 Subject: [PATCH] Add Authorized Fetch --- Authorized-Fetch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Authorized-Fetch.md diff --git a/Authorized-Fetch.md b/Authorized-Fetch.md new file mode 100644 index 0000000..ba81b06 --- /dev/null +++ b/Authorized-Fetch.md @@ -0,0 +1,5 @@ +Proxy the following URLs to `127.0.0.1:3000` (or whatever `AP_FETCH_PORT` is set to) +* /actor +* /.well-known/webfinger + +...that should be about it! :3 \ No newline at end of file