Skip to content
Merged
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
12 changes: 0 additions & 12 deletions src/content/docs/billing/usage-based-billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ For some Cloudflare subscriptions and services, you will be charged based on how

For example, if your billing date is March 15 and you enabled Cloudflare Workers in the dashboard on March 1, your March 15 invoice will include the Workers charges from March 1-15. The next invoice on April 15 will include charges for Workers usage between March 16 and April 15.


:::note
The pricing structure varies based on the service being used.
:::
Expand All @@ -18,7 +17,6 @@ The pricing structure varies based on the service being used.

For customers on Professional plans or higher, you can monitor the usage of Cloudflare add-ons by enabling email notifications. When enabled, you will receive a notification to the billing email address on file when the traffic, queries, requests, or minutes-watched exceed your desired threshold.


:::note
The email notifications are for informational purposes only. Actual usage and billing may vary. Your monthly invoice is the most reliable source for billing information.
:::
Expand All @@ -28,13 +26,3 @@ You can choose both the product that you want to be notified about, and the thre
For example, Argo Smart Routing has **Notify when total bytes of traffic exceeds** as a threshold, and Load Balancing has **Notify when total number of DNS Queries exceeds** as a threshold.

To set up an alert, refer to [Configure Cloudflare notifications](/notifications/get-started/).

## Billing for Cloudflare apps

Many apps are free and you will not be billed for them.

All paid apps within Cloudflare Apps are billed monthly. You are charged monthly for each domain for which you have purchased and installed an app.

When you remove an app, you are not refunded for the remainder of the final month, but you can reinstall the app at any time during that period to resume using it.

For more information, refer to [Cloudflare's Billing Policy](/billing/billing-policy/).
3 changes: 1 addition & 2 deletions src/content/docs/fundamentals/reference/network-ports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ Block traffic on ports other than 80 and 443 in Cloudflare paid plans by doing o

Ports 80 and 443 are the only ports compatible with:

- HTTP/HTTPS traffic within China data centers for domains that have the **China Network** enabled, and
- Proxying of [Cloudflare Apps](https://cloudflareapps.com/apps/developer/docs/getting-started)
- HTTP/HTTPS traffic within China data centers for domains that have the **China Network** enabled

<Render file="open-ports-blocked-traffic" product="waf" /> <br />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ If you require the CSP headers to be changed or added, you can change them using

To use certain Cloudflare features, however, you may need to update the headers in your CSP:

| Feature(s) | Updated headers |
| ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Rocket Loader](/speed/optimization/content/rocket-loader/), [Mirage](/speed/optimization/images/mirage/) | `script-src 'self' ajax.cloudflare.com;` |
| [Cloudflare Apps](https://cloudflareapps.com/apps/developer/docs/getting-started), [Scrape Shield](/waf/tools/scrape-shield/) | `script-src 'self' 'unsafe-inline'` |
| [Web Analytics](/web-analytics/) | `script-src static.cloudflareinsights.com; connect-src cloudflareinsights.com` |
| [Bot products](/bots/) | Refer to [JavaScript detections and CSPs](/bots/additional-configurations/javascript-detections/#if-you-have-a-content-security-policy-csp). |
| [Page Shield](/page-shield/) | Refer to [Page Shield CSP Header format](/page-shield/reference/csp-header/). |
| [Zaraz](/zaraz/) | No updates required ([details](https://blog.cloudflare.com/cloudflare-zaraz-supports-csp/)). |
| [Turnstile](/turnstile/) | Refer to [Turnstile CSP](/turnstile/reference/content-security-policy/). |
| Feature(s) | Updated headers |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Rocket Loader](/speed/optimization/content/rocket-loader/), [Mirage](/speed/optimization/images/mirage/) | `script-src 'self' ajax.cloudflare.com;` |
| [Scrape Shield](/waf/tools/scrape-shield/) | `script-src 'self' 'unsafe-inline'` |
| [Web Analytics](/web-analytics/) | `script-src static.cloudflareinsights.com; connect-src cloudflareinsights.com` |
| [Bot products](/bots/) | Refer to [JavaScript detections and CSPs](/bots/additional-configurations/javascript-detections/#if-you-have-a-content-security-policy-csp). |
| [Page Shield](/page-shield/) | Refer to [Page Shield CSP Header format](/page-shield/reference/csp-header/). |
| [Zaraz](/zaraz/) | No updates required ([details](https://blog.cloudflare.com/cloudflare-zaraz-supports-csp/)). |
| [Turnstile](/turnstile/) | Refer to [Turnstile CSP](/turnstile/reference/content-security-policy/). |
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ By default, Cloudflare prohibits a DNS CNAME record between domains in different

Another common cause is connecting a custom domain to an R2 bucket, where the domain is an active zone with the [zone hold](/fundamentals/account/account-security/zone-holds/) feature enabled.

:::caution
[Cloudflare Apps](https://www.cloudflare.com/apps/) are not currently supported by [Cloudflare for SaaS](/cloudflare-for-platforms/cloudflare-for-saas/), therefore any app using a domain configured on our SaaS solution may produce 1014 errors.
:::

### Resolution

- To allow CNAME record resolution to a domain in a different Cloudflare account, the domain owner of the CNAME target must use [Cloudflare for SaaS](/cloudflare-for-platforms/cloudflare-for-saas/).
Expand Down