You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/saas-customers/product-compatibility.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ This is not an exhaustive list of Cloudflare products and features.
37
37
|[IPv6 Compatibility](/network/ipv6-compatibility/)| Yes | Yes\*| If the customer zone has **IPv6 Compatibility** enabled, generally the SaaS zone should as well.<br/><br/>If not, make sure the SaaS zone enables [Pseudo IPv4](/network/pseudo-ipv4/). |
38
38
|[Load Balancing](/load-balancing/)| No | Yes | Customer zones can still use Load Balancing for non-O2O traffic. |
39
39
|[Page Rules](/rules/page-rules/)| Yes\*| Yes | Page Rules that match the subdomain used for O2O may block or interfere with the flow of visitors to your website. |
|[Origin Rules](/rules/origin-rules/)| Yes | Yes | Enterprise zones can configure Origin Rules, by setting the Host Header and DNS Overrides to direct traffic to a SaaS zone. |
42
41
|[Page Shield](/page-shield/)| Yes | Yes ||
43
42
|[Polish](/images/polish/)| Yes\*| Yes | Polish only runs on cached assets. If the customer zone is bypassing cache for SaaS zone destined traffic, then images optimized by Polish will not be loaded from origin. |
|[Bot products](/bots/)| Refer to [JavaScript detections and CSPs](/cloudflare-challenges/challenge-types/javascript-detections/#if-you-have-a-content-security-policy-csp). |
[Opportunistic Encryption](/ssl/edge-certificates/additional-options/opportunistic-encryption/) allows browsers to access HTTP URIs over an encrypted TLS channel.
Copy file name to clipboardExpand all lines: src/content/docs/rules/page-rules/reference/settings.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ The available Page Rules settings are the following:
39
39
| Forwarding URL | Redirects one URL to another using an `HTTP 301/302` redirect. Refer to [Wildcard matching and referencing](/rules/page-rules/reference/wildcard-matching/). | All |
40
40
| Host Header Override | Apply a specific host header.<Renderfile="origin-rule-promotion"product="rules"params={{ originRuleUrl: "/rules/origin-rules/features/#host-header" }} /> | Enterprise |
41
41
| IP Geolocation Header | Cloudflare adds a `CF-IPCountry` HTTP header containing the country code that corresponds to the visitor. | All |
42
-
|[Mirage](/speed/optimization/images/mirage/)| Turn on or off **Mirage** (deprecated).<Renderfile="configuration-rule-promotion"product="rules" /> | Pro and above |
43
42
|[Opportunistic Encryption](/ssl/edge-certificates/additional-options/opportunistic-encryption/)| Turn on or off the **Opportunistic Encryption**.<Renderfile="configuration-rule-promotion"product="rules" /> | All |
44
43
|[Origin Cache Control](/cache/concepts/cache-control/)| Origin Cache Control is enabled by default for Free, Pro, and Business domains and disabled by default for Enterprise domains. | All |
45
44
| Origin Error Page Pass-thru | Turn on or off Cloudflare error pages generated from issues sent from the origin server. If enabled, this setting triggers error pages issued by the origin. | Enterprise |
@@ -629,7 +628,7 @@ You configured a Page Rule turning off Cloudflare Apps (deprecated) for all subd
629
628
The **Disable Performance** setting is deprecated. Any Page Rules with this setting will not be migrated.
630
629
:::
631
630
632
-
This Page Rules setting turned off Mirage (deprecated), Polish, and Rocket Loader. You can still turn on or off relevant Cloudflare features one by one using Configuration Rules.
631
+
This Page Rules setting turned off Polish, and Rocket Loader. You can still turn on or off relevant Cloudflare features one by one using Configuration Rules.
633
632
634
633
<Tabs> <TabItemlabel="Dashboard">
635
634
@@ -644,15 +643,14 @@ You configured a Page Rule with **Disable Performance** (deprecated) for all sub
644
643
645
644
<Steps>
646
645
647
-
1.[Create a configuration rule](/rules/configuration-rules/create-dashboard/) to disable Mirage, Polish, and Rocket Loader for any hostname containing `example.com`:
646
+
1.[Create a configuration rule](/rules/configuration-rules/create-dashboard/) to disable Polish and Rocket Loader for any hostname containing `example.com`:
|||
Copy file name to clipboardExpand all lines: src/content/docs/speed/optimization/content/troubleshooting/content-encoding-issues.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ You also have the option to turn off these features site-wide within the dashboa
13
13
14
14
-[Email Obfuscation](/waf/tools/scrape-shield/email-address-obfuscation/), located in the **Scrape Shield** section.
15
15
-[Rocket Loader](/speed/optimization/content/rocket-loader/), located in **Speed** > **Optimization** > **Content Optimization** section.
16
-
-[Mirage](/speed/optimization/images/mirage/) (deprecated), located in **Speed** > **Optimization** > **Image Optimization**. section.
17
16
-[Automatic HTTPS Rewrites](/ssl/edge-certificates/additional-options/automatic-https-rewrites/), located in the **SSL/TLS** > **Edge Certificates** section.
18
17
19
18
Misconfiguring the `Content-Type` or charset within HTML, or leaving them unspecified can lead to unintended consequences. This can disrupt the intended content presentation, resulting in disorganized rendering and potentially unclear characters. Properly configuring these elements ensures consistent and accurate interpretation, correct HTML modifications, and accurate rendering for browsers. This creates a seamless user experience and aligns with best practices in web development.
0 commit comments