Skip to content

Commit 5a5cdc0

Browse files
committed
Add expected domain review times
1 parent 7842b5a commit 5a5cdc0

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/capabilities/http-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/
2929

3030
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.
3131

32-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
32+
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.
3333

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

docs/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
2323
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
2424
This configuration is optional, and apps can still configure `http: true` as before.
2525

26-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
26+
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.
2727

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

docs/guides/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi
175175

176176
- **Payments**: apps using the payments capability go through additional policy review.
177177
- **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review.
178-
- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)).
178+
- **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)).
179179

180180
To keep review moving:
181181

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

442-
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.
442+
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.
443443

444444
To make approval go smoothly:
445445

versioned_docs/version-0.12/capabilities/http-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/
2929

3030
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.
3131

32-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
32+
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.
3333

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

versioned_docs/version-0.12/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
2323
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
2424
This configuration is optional, and apps can still configure `http: true` as before.
2525

26-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
26+
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.
2727

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

versioned_docs/version-0.12/guides/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi
147147

148148
- **Payments**: apps using the payments capability go through additional policy review.
149149
- **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review.
150-
- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)).
150+
- **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)).
151151

152152
To keep review moving:
153153

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

414-
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.
414+
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.
415415

416416
To make approval go smoothly:
417417

versioned_docs/version-0.13/capabilities/http-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're porting a Data API app as part of our [App Migration Programs](https:/
2929

3030
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.
3131

32-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
32+
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.
3333

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

versioned_docs/version-0.13/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your Devvit app can make network requests to access allow-listed external domain
2323
Apps may request a domain to be added to the allow-list by specifying `domains` in the `http` configuration.
2424
This configuration is optional, and apps can still configure `http: true` as before.
2525

26-
Requested domains will be submitted for review when you playtest or upload your app. Admins may approve or deny domain requests.
26+
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.
2727

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

versioned_docs/version-0.13/guides/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Most app versions are reviewed within **1–2 business days**. New apps or versi
175175

176176
- **Payments**: apps using the payments capability go through additional policy review.
177177
- **`runAs: 'USER'`**: user action permissions require explicit approval as part of the review.
178-
- **External fetch domains**: new domain requests are reviewed separately and can add time (see [HTTP Fetch](../capabilities/http-fetch.md)).
178+
- **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)).
179179

180180
To keep review moving:
181181

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

442-
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.
442+
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.
443443

444444
To make approval go smoothly:
445445

0 commit comments

Comments
 (0)