File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/docs/privacy-proxy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The Cloudflare Privacy Proxy consists of a generic HTTPS CONNECT (and CONNECT-UD
1717
1818A high-level overview of how the Prixacy Proxy works is shown below. Control plane services are shown in orange. Dataplane services are shown in blue.
1919
20- ![ Privacy Proxy system overview] ( ~/assets/images/privacy-gateway /privacy-proxy-system-overview.png )
20+ ![ Privacy Proxy system overview] ( ~/assets/images/privacy-proxy /privacy-proxy-system-overview.png )
2121</Description >
2222
2323## Features
@@ -33,7 +33,7 @@ DNS resolution uses [Cloudflare's public resolver (1.1.1.1)](/1.1.1.1/) infrastr
3333
3434## Privacy Proxy architecture
3535
36- ![ System architecture] ( ~/assets/images/privacy-gateway /system-architecture.png )
36+ ![ System architecture] ( ~/assets/images/privacy-proxy /system-architecture.png )
3737
3838## Client initialization
3939
@@ -43,7 +43,7 @@ The client should periodically refresh the region-based public key public key, e
4343
4444The region public key should be kept in the client session across multiple requests.
4545
46- ![ Client initialization] ( ~/assets/images/privacy-gateway /client-initialization.png )
46+ ![ Client initialization] ( ~/assets/images/privacy-proxy /client-initialization.png )
4747
4848## Token issuance
4949
@@ -53,7 +53,7 @@ When the Private Access Token (PAT) pool is low/empty, the client can use the st
5353
5454The Privacy API signs the Private Access Tokens (PAT) and returns them to the client, which can store them in a pool for later use.
5555
56- ![ Token issuance] ( ~/assets/images/privacy-gateway /token-issuance.png )
56+ ![ Token issuance] ( ~/assets/images/privacy-proxy /token-issuance.png )
5757
5858## HTTP (Web) request flow
5959
You can’t perform that action at this time.
0 commit comments