[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/waf/tools/scrape-shield/hotlink-protection/ [Back]  [Original]

Hotlink Protection Cloudflare Web Application Firewall (WAF) docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /WAF
  3. /
    Additional tools
  4. /Scrape Shield
  5. /Hotlink Protection

Hotlink Protection

Last updated Aug 3, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewBackgroundEnable Hotlink ProtectionSaaS providers using CloudflareAllow hotlinking to specific imagesConfiguration ruleshotlink-ok directory

Hotlink Protection prevents your images from being used by other sites, which can reduce the bandwidth consumed by your origin server .

The supported file extensions are gif, ico, jpg, jpeg, and png.

Background

When Cloudflare receives an image request for your site, we check to ensure the request did not originate from visitors on another site. Visitors to your domain will still be able to download and view images.

Technically, this means that Hotlink Protection denies access to requests when the HTTP referer does not include your website domain name (and is not blank).

Hotlink protection has no impact on crawling, but it will prevent the images from being displayed on sites such as Google images, Pinterest, and Facebook.

To enable Hotlink Protection in the dashboard:

  1. In the Cloudflare dashboard, go to the Security Settings page.

    Go to Settings ↗
  2. (Optional) Filter by Client-side abuse.

  3. For Hotlink Protection, switch the toggle to On.

To enable Hotlink Protection with the API, send a PATCH request with hotlink_protection as the setting name in the URI path, and the value parameter set to "on".

Note

To use this feature on specific hostnames - instead of across your entire zone - use a configuration rule.

SaaS providers using Cloudflare

If you are a SaaS provider using Cloudflare for SaaS, note that, by default, Hotlink Protection will only allow requests with your zone as referer. To avoid blocking requests from your customers (custom hostnames), consider using Configuration Rules or custom rules.


Allow hotlinking to specific images

You may want certain images to be hotlinked to, whether by external websites (like Google) or certain situations like when using an RSS feed.

Configuration rules

To disable Hotlink Protection selectively, create a configuration rule covering the path of an image folder.

You can allow certain images to be hotlinked by placing them in a directory named hotlink-ok. The hotlink-ok directory can be placed anywhere on your website.

To allow another website to use logo.png from example.com, put logo.png in a new folder called hotlink-ok.

Some examples of URLs that will not be checked for hotlinking:

  • http://example.com/hotlink-ok/pic.jpg
  • http://example.com/images/hotlink-ok/pic.jpg
  • http://example.com/hotlink-ok/images/pic.jpg
  • http://example.com/images/main-site/hotlink-ok/pic.jpg
PreviousEmail Address ObfuscationNextUser Agent Blocking

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page