Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/capabilities/http-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/

Apps may request a domain to be added to the allow-list by specifying domains in the http configuration. This configuration is optional, and apps can still configure http: true as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
2 changes: 1 addition & 1 deletion docs/capabilities/server/http-fetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
This configuration is optional, and apps can still configure `http: true` as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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](../capabilities/http-fetch.md)).
- **External fetch domains**: new domain requests are reviewed separately under the same **1–2 business day** target, though requests with policy ambiguity may take longer (see [HTTP Fetch](../capabilities/http-fetch.md)).

To keep review moving:

Expand Down Expand Up @@ -439,7 +439,7 @@ If you need data to survive app updates, don't rely on browser `localStorage`. T
<details>
<summary>How long does it take to get my domain approved?</summary>

Domain requests are reviewed separately from app publishing and can take **up to 4 business days**. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.
Domain requests are reviewed separately from app publishing. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.

To make approval go smoothly:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.12/capabilities/http-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/

Apps may request a domain to be added to the allow-list by specifying domains in the http configuration. This configuration is optional, and apps can still configure http: true as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
This configuration is optional, and apps can still configure `http: true` as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.12/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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](../capabilities/http-fetch.md)).
- **External fetch domains**: new domain requests are reviewed separately under the same **1–2 business day** target, though requests with policy ambiguity may take longer (see [HTTP Fetch](../capabilities/http-fetch.md)).

To keep review moving:

Expand Down Expand Up @@ -411,7 +411,7 @@ If you need data to survive app updates, don't rely on browser `localStorage`. T
<details>
<summary>How long does it take to get my domain approved?</summary>

Domain requests are reviewed separately from app publishing and can take **up to 4 business days**. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.
Domain requests are reviewed separately from app publishing. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.

To make approval go smoothly:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.13/capabilities/http-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/

Apps may request a domain to be added to the allow-list by specifying domains in the http configuration. This configuration is optional, and apps can still configure http: true as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
This configuration is optional, and apps can still configure `http: true` as before.

Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
Requested domains will be submitted for review when you playtest or upload your app. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. Admins may approve or deny domain requests.

Domain entries must be exact hostnames only, such as nytimes.com or wikipedia.org. These fetch requests are not allowed:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.13/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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](../capabilities/http-fetch.md)).
- **External fetch domains**: new domain requests are reviewed separately under the same **1–2 business day** target, though requests with policy ambiguity may take longer (see [HTTP Fetch](../capabilities/http-fetch.md)).

To keep review moving:

Expand Down Expand Up @@ -439,7 +439,7 @@ If you need data to survive app updates, don't rely on browser `localStorage`. T
<details>
<summary>How long does it take to get my domain approved?</summary>

Domain requests are reviewed separately from app publishing and can take **up to 4 business days**. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.
Domain requests are reviewed separately from app publishing. Most domain requests are reviewed within **1–2 business days**, though requests with policy ambiguity may take longer. If your app was approved but a requested fetch domain wasn't yet granted, the domain review may still be in progress.

To make approval go smoothly:

Expand Down
Loading