Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ APO will skip URL font transformation when the `content-security-policy` respons
To fix the problem, the `content-security-policy` header value must allow for `unsafe-inline` on either the `style-src` or `default-src` directive. For example, `Content-Security-Policy: style-src unsafe-inline;`.

The header must allow for `self` on either the `font-src` or `default-src` directive. For example, `Content-Security-Policy: font-src self;`.

## Why do I see Worker subrequests in my zone logs when using APO?

APO uses Cloudflare Workers internally to optimize content delivery, which results in Worker subrequests. These subrequests may appear in your zone logs (for example, via Logpush).
2 changes: 2 additions & 0 deletions src/content/docs/security/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Security analytics shows information about all incoming HTTP requests or only ab

Use Security analytics as your starting point to understand and analyze traffic patterns, and to create security rules based on the filters you applied.

By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.

Security analytics is available in **Security** > **Analytics**.

## Traffic
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/waf/analytics/security-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { FeatureTable, GlossaryTooltip, Badge } from "~/components";

Security Analytics displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.

By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.

Use the Security Analytics dashboard to:

- View the traffic distribution for your domain.
Expand Down