From 9bd46a23fc5cb81c949062db38aa9c9126d34418 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 20 Jan 2025 17:40:31 +0100 Subject: [PATCH] well-known/funding-manifest-urls: new file (MR 6074) Add a funding-manifest-urls file, as required by the floss.fund funding manifest: > If the manifest references URLs, such as a project's webpage, that are not > on the same domain as the funding.json manifest itself, then the wellKnown > URL must point to a /.well-known/funding-manifest-urls file. This file should > contain URL (one or more) of the funding.json manifest URLs that reference > it. This establishes provenance and verifies that that the publisher of the > manifest is authorised to solicit funding on behalf of the URLs (entity, > projects) described in the manifest. This follows the .well-known convention. Related: https://floss.fund/funding-manifest/ Related: postmarketos.org MR 345 --- .well-known/funding-manifest-urls | 1 + 1 file changed, 1 insertion(+) create mode 100644 .well-known/funding-manifest-urls diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls new file mode 100644 index 0000000000..8fbad8a0eb --- /dev/null +++ b/.well-known/funding-manifest-urls @@ -0,0 +1 @@ +https://postmarketos.org/funding.json