From 087c28137e04f9f7ec7f18c3241148b001173f24 Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Thu, 4 Jun 2026 11:01:06 -0700 Subject: [PATCH 1/2] remove old http fetch policy refs --- docs/capabilities/http-fetch.md | 4 ++-- docs/guides/faq.mdx | 6 +++--- versioned_docs/version-0.12/capabilities/http-fetch.md | 4 ++-- versioned_docs/version-0.12/guides/faq.mdx | 6 +++--- versioned_docs/version-0.13/capabilities/http-fetch.md | 4 ++-- versioned_docs/version-0.13/guides/faq.mdx | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/capabilities/http-fetch.md b/docs/capabilities/http-fetch.md index b61d3ac2..cb7fa906 100644 --- a/docs/capabilities/http-fetch.md +++ b/docs/capabilities/http-fetch.md @@ -36,7 +36,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ## Limitations @@ -208,7 +208,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch-policy#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ### Terms and conditions diff --git a/docs/guides/faq.mdx b/docs/guides/faq.mdx index 9b4d5746..f4f58ec9 100644 --- a/docs/guides/faq.mdx +++ b/docs/guides/faq.mdx @@ -147,7 +147,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi - **Payments**: apps using the payments capability go through additional policy review. - **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review. -- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md)). +- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)). To keep review moving: @@ -418,10 +418,10 @@ Domain requests are reviewed separately from app publishing and can take **up to To make approval go smoothly: - Use exact hostnames only — no wildcards (`*.example.com`), no protocols (`https://`), and no paths (`api.example.com/webhooks`). -- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md). +- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch](../capabilities/http-fetch.md). - Include links to your Terms and Conditions and Privacy Policy in your app details form. -Before submitting, check the [global fetch allowlist](../capabilities/server/http-fetch-policy.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. +Before submitting, check the [global fetch allowlist](../capabilities/http-fetch.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. diff --git a/versioned_docs/version-0.12/capabilities/http-fetch.md b/versioned_docs/version-0.12/capabilities/http-fetch.md index b61d3ac2..cb7fa906 100644 --- a/versioned_docs/version-0.12/capabilities/http-fetch.md +++ b/versioned_docs/version-0.12/capabilities/http-fetch.md @@ -36,7 +36,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ## Limitations @@ -208,7 +208,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch-policy#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ### Terms and conditions diff --git a/versioned_docs/version-0.12/guides/faq.mdx b/versioned_docs/version-0.12/guides/faq.mdx index 9b4d5746..f4f58ec9 100644 --- a/versioned_docs/version-0.12/guides/faq.mdx +++ b/versioned_docs/version-0.12/guides/faq.mdx @@ -147,7 +147,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi - **Payments**: apps using the payments capability go through additional policy review. - **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review. -- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md)). +- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)). To keep review moving: @@ -418,10 +418,10 @@ Domain requests are reviewed separately from app publishing and can take **up to To make approval go smoothly: - Use exact hostnames only — no wildcards (`*.example.com`), no protocols (`https://`), and no paths (`api.example.com/webhooks`). -- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md). +- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch](../capabilities/http-fetch.md). - Include links to your Terms and Conditions and Privacy Policy in your app details form. -Before submitting, check the [global fetch allowlist](../capabilities/server/http-fetch-policy.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. +Before submitting, check the [global fetch allowlist](../capabilities/http-fetch.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. diff --git a/versioned_docs/version-0.13/capabilities/http-fetch.md b/versioned_docs/version-0.13/capabilities/http-fetch.md index b61d3ac2..cb7fa906 100644 --- a/versioned_docs/version-0.13/capabilities/http-fetch.md +++ b/versioned_docs/version-0.13/capabilities/http-fetch.md @@ -36,7 +36,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ## Limitations @@ -208,7 +208,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. -Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](https://developers.reddit.com/docs/capabilities/server/http-fetch-policy#global-fetch-allowlist) to view the list of globally allowed domains. +Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. ### Terms and conditions diff --git a/versioned_docs/version-0.13/guides/faq.mdx b/versioned_docs/version-0.13/guides/faq.mdx index 9b4d5746..f4f58ec9 100644 --- a/versioned_docs/version-0.13/guides/faq.mdx +++ b/versioned_docs/version-0.13/guides/faq.mdx @@ -147,7 +147,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi - **Payments**: apps using the payments capability go through additional policy review. - **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review. -- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md)). +- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)). To keep review moving: @@ -418,10 +418,10 @@ Domain requests are reviewed separately from app publishing and can take **up to To make approval go smoothly: - Use exact hostnames only — no wildcards (`*.example.com`), no protocols (`https://`), and no paths (`api.example.com/webhooks`). -- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch Policy](../capabilities/server/http-fetch-policy.md). +- Add a "Fetch Domains" section to your `README.md` listing each domain and explaining why you need it. The expected format is documented in [HTTP Fetch](../capabilities/http-fetch.md). - Include links to your Terms and Conditions and Privacy Policy in your app details form. -Before submitting, check the [global fetch allowlist](../capabilities/server/http-fetch-policy.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. +Before submitting, check the [global fetch allowlist](../capabilities/http-fetch.md#global-fetch-allowlist) — if your domain is already listed there, no separate request is needed. Personal domains (e.g., `personaldomain.com`) aren't approved. From d9682e0efe2e3001247fe6a49b94febff1cfe602 Mon Sep 17 00:00:00 2001 From: Dikran Samarjian Date: Thu, 4 Jun 2026 11:15:07 -0700 Subject: [PATCH 2/2] minor format tweak --- docs/capabilities/http-fetch.md | 4 ++-- versioned_docs/version-0.11/capabilities/http-fetch.mdx | 2 +- versioned_docs/version-0.12/capabilities/http-fetch.md | 4 ++-- versioned_docs/version-0.13/capabilities/http-fetch.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/capabilities/http-fetch.md b/docs/capabilities/http-fetch.md index cb7fa906..7af75566 100644 --- a/docs/capabilities/http-fetch.md +++ b/docs/capabilities/http-fetch.md @@ -34,7 +34,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app will be displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. @@ -206,7 +206,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app are displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. diff --git a/versioned_docs/version-0.11/capabilities/http-fetch.mdx b/versioned_docs/version-0.11/capabilities/http-fetch.mdx index b9f53c2d..80b924e6 100644 --- a/versioned_docs/version-0.11/capabilities/http-fetch.mdx +++ b/versioned_docs/version-0.11/capabilities/http-fetch.mdx @@ -49,7 +49,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or - No protocols: https://api.example.com - No paths: api.example.com/webhooks -Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. +Domains that are approved for your app will be displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](./http-fetch-allowlist.md) to view the list of globally allowed domains. diff --git a/versioned_docs/version-0.12/capabilities/http-fetch.md b/versioned_docs/version-0.12/capabilities/http-fetch.md index cb7fa906..7af75566 100644 --- a/versioned_docs/version-0.12/capabilities/http-fetch.md +++ b/versioned_docs/version-0.12/capabilities/http-fetch.md @@ -34,7 +34,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app will be displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. @@ -206,7 +206,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app are displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. diff --git a/versioned_docs/version-0.13/capabilities/http-fetch.md b/versioned_docs/version-0.13/capabilities/http-fetch.md index cb7fa906..7af75566 100644 --- a/versioned_docs/version-0.13/capabilities/http-fetch.md +++ b/versioned_docs/version-0.13/capabilities/http-fetch.md @@ -34,7 +34,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app will be displayed in the Developer Settings section for your app at https://developers.reddit.com/apps/{your-app-slug}/developer-settings. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app will be displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains. @@ -206,7 +206,7 @@ Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.or * No protocols: https://api.example.com * No paths: api.example.com/webhooks -Domains that are approved for your app are displayed in the \[Developer Settings\](https://developers.reddit.com/apps/{your-app-slug}/developer-settings) section for your app. These domains are allow-listed for **your app only** and not globally. +Domains that are approved for your app are displayed in the Developer Settings section for your app at `https://developers.reddit.com/apps/{your-app-slug}/developer-settings`. These domains are allow-listed for **your app only** and not globally. Apps must request each individual domain that it intends to fetch, even if the domain is already globally allowed. See the [global fetch allowlist](#global-fetch-allowlist) to view the list of globally allowed domains.