Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Delivering Videos with Cloudflare

## Using Cloudflare's Services

Cloudflare launched in 2010 believing everyone deserves a secure, fast, reliable web presence. We did not think you should have to pay more when you came under cyber attack, so we offered free and fixed-rate pricing for websites. That worked because most websites don't consume much bandwidth, and so we could provide our services in an affordable way to everyone. From the beginning, we prohibited streaming video content using our bandwidth. While you could embed a video from another provider, we limited your ability to use our services to deliver video bits from our network to your visitors. This restriction exists because every second of a typical video requires as much bandwidth as loading a full web page.
Cloudflare launched in 2010 believing everyone deserves a secure, fast, reliable web presence. We did not think you should have to pay more when you came under cyber attack, so we offered free and fixed-rate pricing for websites. That worked because most websites do not consume much bandwidth, and so we could provide our services in an affordable way to everyone. From the beginning, we prohibited streaming video content using our bandwidth. While you could embed a video from another provider, we limited your ability to use our services to deliver video bits from our network to your visitors. This restriction exists because every second of a typical video requires as much bandwidth as loading a full web page.

Over time we recognized that some of our customers wanted to stream video using our network. To accommodate them, we developed our [Stream](https://www.cloudflare.com/products/cloudflare-stream/) product. Stream delivers great performance at an affordable rate charged based on how much load you place on our network.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/fundamentals/security/pci-scans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PCI scanners are tools used to identify security weaknesses. When a business und

Cloudflare's anycast network operates in a way that keeps ports other than 80 and 443 open, allowing it to serve traffic for other customers on these ports.

However, customers can easily block all unwanted traffic to these ports by using Cloudflare [WAF Managed Rules](/fundamentals/reference/network-ports/#how-to-block-traffic-on-additional-ports) or [custom rules](/waf/custom-rules/). The PCI scan will show the ports being open, but the traffic would not reach your origin server. This is an often misunderstood concern.
However, customers can easily block all unwanted traffic to these ports by using Cloudflare [WAF Managed Rules](/fundamentals/reference/network-ports/#how-to-block-traffic-on-additional-ports) or [custom rules](/waf/custom-rules/). The PCI scan will show the ports being open, but the traffic will not reach your origin server. This concern is often misunderstood.

## Additional resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Enterprise customers can submit payments via the following payment options:

(preferred method)

* **Bank**: Citibank, One Penns Way, New Castle, DE 19720 USA
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
* **Account name**: CLOUDFLARE INC
* **Account number**: 31460181
* **ABA/Routing number**: 031100209

#### Wire transfer

* **Bank**: Citibank, One Penns Way, New Castle, DE 19720 USA
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
* **Account name**: CLOUDFLARE INC
* **Account number**: 31460181
* **ABA/Routing number**: 031100209
Expand All @@ -53,7 +53,7 @@ Log in to your PayPal account and send your payment to [[email protected]](mailt

#### International payments

* **Bank**: Citibank, One Penns Way, New Castle, DE 19720 USA
* **Bank**: Citibank, One Penn's Way, New Castle, DE 19720 USA
* **Account name**: CLOUDFLARE INC
* **Account number**: 31460181
* **SWIFT**: CITIUS33
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/fundamentals/trace-request/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { DirectoryListing, Plan } from "~/components"

<Plan type="all" />

Cloudflare Trace (beta) follows an HTTP/S request through Cloudflares reverse proxy to your origin. Use this tool to understand how different Cloudflare configurations interact with an HTTP/S request for one of your hostnames. If the hostname you are testing is not [proxied by Cloudflare](/dns/proxy-status/), Cloudflare Trace will still return all the configurations that Cloudflare would have applied to the request.
Cloudflare Trace (beta) follows an HTTP/S request through Cloudflare's reverse proxy to your origin. Use this tool to understand how different Cloudflare configurations interact with an HTTP/S request for one of your hostnames. If the hostname you are testing is not [proxied by Cloudflare](/dns/proxy-status/), Cloudflare Trace will still return all the configurations that Cloudflare would have applied to the request.

You can define specific request properties to simulate different conditions for an HTTP/S request. Inactive rules configured in Cloudflare products will not be evaluated.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Refer to the list below for additional Cloudflare resources.

- [Cloudflare blog](https://blog.cloudflare.com)
- [Cloudflare blog](https://blog.cloudflare.com)
- [Cloudflare's Go library](https://github.com/cloudflare/cloudflare-go)
- [Cloudflare system status](https://www.cloudflarestatus.com/)
- [Cloudflare Radar](https://radar.cloudflare.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ With Cloudflare — meaning your domain or subdomain is using [proxied DNS recor
| ------------- | ------------------- |
| `example.com` | `104.16.77.250` |

This means that all requests intended for proxied hostnames will go to Cloudflare first and then be forwarded to your origin server.
All requests intended for proxied hostnames are directed to Cloudflare first and then forwarded to your origin server.

```mermaid
flowchart LR
Expand Down
Loading