Configuration Rules settings
You can change the configuration settings described below in a configuration rule.
Automatic HTTPS Rewrites
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"automatic_https_rewrites"
(boolean).API configuration example
Auto Minify (deprecated)
Auto Minify can remove all unnecessary characters from HTML, JavaScript, and CSS files.
Use this setting to configure which file extensions you want to minify automatically:
- HTML
- CSS
- JS
API information
API configuration object name: "autominify"
(object).
API configuration example"action_parameters": { "autominify": { "html": true, "css": true, "js": false }
}
Refer to Create a configuration rule via API for complete API examples.
Browser Integrity Check
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"bic"
(boolean).API configuration example
Disable Apps
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"disable_apps"
(boolean).API configuration example
Disable Real User Monitoring (RUM)
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"disable_rum"
(boolean).API configuration example
Disable Zaraz
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"disable_zaraz"
(boolean).API configuration example
Hotlink Protection
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"hotlink_protection"
(boolean).API configuration example
Email Obfuscation
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"email_obfuscation"
(boolean).API configuration example
Fonts
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"fonts"
(boolean).API configuration example
Mirage
Mirage accelerates image delivery for your visitors based on their device.
Use this setting to turn on or off Mirage for matching requests. API configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"mirage"
(boolean).API configuration example
Opportunistic Encryption
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"opportunistic_encryption"
(boolean).API configuration example
Polish
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 configuration property name: API values: Refer to Create a configuration rule via API for complete API examples.API information
"polish"
(string)."off"
, "lossless"
, "lossy"
.API configuration example
Rocket Loader
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"rocket_loader"
(boolean).API configuration example
Security Level
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 configuration property name: API values: Refer to Create a configuration rule via API for complete API examples.API information
"security_level"
(string)."off"
, "essentially_off"
, "low"
, "medium"
, "high"
, "under_attack"
.API configuration example
Server Side Excludes (deprecated)
Server Side Excludes (SSE) allow you to provide specific pieces of content to real website visitors while hiding that content from suspicious visitors.
Use this setting to turn on or off Server Side Excludes for matching requests. API configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"server_side_excludes"
(boolean).API configuration example
SSL
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 configuration property name: API values: Refer to Create a configuration rule via API for complete API examples.API information
"ssl"
(string)."off"
, "flexible"
, "full"
, "strict"
, "origin_pull"
.API configuration example
SXG
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 configuration property name: Refer to Create a configuration rule via API for complete API examples.API information
"sxg"
(boolean).API configuration example