Available settings
You can change the configuration settings described below in a configuration rule.
Automatic HTTPS Rewrites prevents end users from seeing Mixed content
errors by rewriting URLs from http
to https
for resources or links on your website that can be served with HTTPS.
Use this setting to turn on or off Automatic HTTPS Rewrites for matching requests.
API information
API configuration property name: "automatic_https_rewrites"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Browser Integrity Check blocks access to pages based on specific HTTP headers commonly abused by spammers.
Use this setting to turn on or off Browser Integrity Check for matching requests.
API information
API configuration property name: "bic"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Cloudflare Apps, now deprecated, is a platform for sharing high-quality apps that anyone with a website can use.
Use this setting to turn off all active Cloudflare Apps for matching requests.
API information
API configuration property name: "disable_apps"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Cloudflare Web Analytics, also known as Real User Monitoring (RUM), is Cloudflare’s free, privacy-first analytics for your website.
Use this setting to turn off Web Analytics for matching requests.
API information
API configuration property name: "disable_rum"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Cloudflare Zaraz gives you complete control over third-party tools and services for your website, and allows you to offload them to the Cloudflare global network.
Use this setting to turn off Zaraz for matching requests.
API information
API configuration property name: "disable_zaraz"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Hotlink Protection prevents your images from being used by other sites, potentially reducing the bandwidth consumed by your origin server.
Use this setting to turn on or off Hotlink Protection for matching requests.
API information
API configuration property name: "hotlink_protection"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Email Obfuscation helps in spam prevention by hiding email addresses appearing in your pages from email harvesters and other bots, while remaining visible to your site visitors.
Use this setting to turn on or off Email Obfuscation for matching requests.
API information
API configuration property name: "email_obfuscation"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Cloudflare Fonts rewrites Google Fonts to be delivered from a website’s own origin, eliminating the need to rely on third-party font providers.
Use this setting to turn on or off Cloudflare Fonts for matching requests.
API information
API configuration property name: "fonts"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Mirage accelerates image delivery for your visitors based on their device.
Use this setting to turn on or off Mirage for matching requests.
API information
API configuration property name: "mirage"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Opportunistic Encryption allows browsers to access HTTP URIs over an encrypted TLS channel.
Use this setting to turn on or off Opportunistic Encryption for matching requests.
API information
API configuration property name: "opportunistic_encryption"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Cloudflare Polish is a one-click image optimization product that automatically optimizes images in your site.
Use this setting to configure Polish for matching requests:
- Off
- Lossless
- Lossy
Refer to Compression options for more information on these values.
API information
API configuration property name: "polish"
(string).
API values: "off"
, "lossless"
, "lossy"
.
Refer to Create a configuration rule via API for complete API examples.
Rocket Loader prioritizes your website’s content (such as text, images, and fonts) by deferring the loading of all your JavaScript code until after rendering.
Use this setting to turn on or off Rocket Loader for matching requests.
API information
API configuration property name: "rocket_loader"
(boolean).
Refer to Create a configuration rule via API for complete API examples.
Security Level controls Managed Challenges for requests from low reputation IP addresses.
Use this setting to select the security level for matching requests:
- Off
- Essentially Off
- Low
- Medium
- High
- I’m Under Attack
Refer to Security levels for more information on these values.
API information
API configuration property name: "security_level"
(string).
API values: "off"
, "essentially_off"
, "low"
, "medium"
, "high"
, "under_attack"
.
Refer to Create a configuration rule via API for complete API examples.
SSL/TLS encryption modes control the scheme (http://
or https://
) that Cloudflare uses to connect to your origin web server and how SSL certificates presented by your origin will be validated.
Use this setting to configure the SSL/TLS encryption mode for matching requests:
- Off
- Flexible
- Full
- Strict
- Origin Pull
Refer to Available encryption modes for more information on these values.
API information
API configuration property name: "ssl"
(string).
API values: "off"
, "flexible"
, "full"
, "strict"
, "origin_pull"
.
Refer to Create a configuration rule via API for complete API examples.
Signed Exchanges (SXG) is an open standard that makes it possible to cryptographically authenticate the origin of a resource independently of how it is delivered.
Use this setting to turn on or off signed exchanges for matching requests.
API information
API configuration property name: "sxg"
(boolean).
Refer to Create a configuration rule via API for complete API examples.