From 02ea8b4b304d0b357471095c9c369fcbc96f1e7a Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 3 Sep 2025 16:49:01 -0500 Subject: [PATCH 1/3] Add Google Translate proxy common policy --- .../gateway/http-policies/common-policies.mdx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx index e341d48bf77..010838e7867 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx @@ -467,6 +467,40 @@ Block file downloads from Gmail. +### Block Google Translate for websites + +Block use of Google Translate to translate entire webpages. + +When translating a website, Google Translate proxies webpages with the `translate.goog` domain. Your users may be able to use this service to bypass other Gateway policies. Users will still be able to access other Google Translate features. + + + +| Selector | Operator | Value | Action | +| -------- | ------------- | -------------------------- | ------ | +| Domain | matches regex | `^(.+\.)?translate\.goog$` | Block | + + + + + + + + + ## Filter WebSocket traffic Gateway does not inspect or log [WebSocket](https://datatracker.ietf.org/doc/html/rfc6455) traffic. Instead, Gateway will only log the HTTP details used to make the WebSocket connection, as well as [network session information](/logs/logpush/logpush-job/datasets/account/zero_trust_network_sessions/). To filter your WebSocket traffic, create a policy with the `101` HTTP response code. From f053b55775c9c17e1168d529e9b32d2bd0225bf7 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Wed, 3 Sep 2025 16:49:26 -0500 Subject: [PATCH 2/3] Rename section --- .../policies/gateway/http-policies/common-policies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx index 010838e7867..559a9da3228 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx @@ -467,7 +467,7 @@ Block file downloads from Gmail. -### Block Google Translate for websites +### Block Google Translate proxy Block use of Google Translate to translate entire webpages. From ecd04ab66771a709ccc08c7b5707500dd365f692 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Fri, 5 Sep 2025 11:16:28 -0400 Subject: [PATCH 3/3] Update src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx --- .../policies/gateway/http-policies/common-policies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx index 559a9da3228..d50f43a9804 100644 --- a/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx +++ b/src/content/docs/cloudflare-one/policies/gateway/http-policies/common-policies.mdx @@ -471,7 +471,7 @@ Block file downloads from Gmail. Block use of Google Translate to translate entire webpages. -When translating a website, Google Translate proxies webpages with the `translate.goog` domain. Your users may be able to use this service to bypass other Gateway policies. Users will still be able to access other Google Translate features. +When translating a website, Google Translate proxies webpages with the `translate.goog` domain. Your users may be able to use this service to bypass other Gateway policies. If you block `translate.goog`, users will still be able to access other Google Translate features.