Skip to content

Commit 0b1f15d

Browse files
Create provider-guide-zone-hold and apply to webflow.mdx
1 parent 6bcd464 commit 0b1f15d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/provider-guides/webflow.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ To enable O2O for a specific hostname within a Cloudflare Zone, [create](/dns/ma
3333
| ------- | -------------------- | --------------------- | ------------ |
3434
| `CNAME` | `<YOUR_DOMAIN>` | `cdn.webflow.com` | Proxied |
3535

36+
## Zone hold
37+
38+
<Render
39+
file="provider-guide-zone-hold"
40+
params={{ providerName: "Webflow" }}
41+
product="cloudflare-for-platforms"
42+
/>
43+
3644
## Product compatibility
3745

3846
<Render
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
params:
3+
- providerName
4+
---
5+
6+
import { Markdown } from "~/components";
7+
8+
If your own Cloudflare zone is on the Enterprise plan, you have access to the [zone hold feature](/fundamentals/account/account-security/zone-holds/), which is a toggle that prevents your domain name from being created as a zone in a different Cloudflare account. Additionally, if the zone hold is enabled, it prevents the activation of custom hostnames onboarded to {props.providerName}. {props.providerName} would receive the following error message for your custom hostname: `The hostname is associated with a held zone. Please contact the owner of this domain to have the hold removed.`
9+
10+
To successfully activate the custom hostname on {props.providerName}, the owner of the zone needs to [temporarily release the hold](/fundamentals/account/account-security/zone-holds/#release-zone-holds). If you are only onboarding a subdomain as a custom hostname to {props.providerName}, only the subfeature titled **Also prevent Subdomains** needs to be temporarily disabled.
11+
12+
Once the zone hold is temporarily disabled, follow {props.providerName}'s instructions to refresh the custom hostname and it should activate.

0 commit comments

Comments
 (0)