Skip to content

Commit 2ecff4b

Browse files
remove faq for now
1 parent e652449 commit 2ecff4b

File tree

1 file changed

+3
-5
lines changed
  • src/content/docs/cloudflare-challenges/challenge-types/challenge-pages

1 file changed

+3
-5
lines changed

src/content/docs/cloudflare-challenges/challenge-types/challenge-pages/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Interstitial Challenge Pages
44
sidebar:
55
order: 1
66
---
7-
7+
import { Render } from "~/components"
88

99
An interstitial Challenge Page acts as a gate between the visitor and your website or application while Cloudflare verifies the authenticity of the visitor.
1010

1111
The Challenge Page intercepts the visitor from getting to the destination URL by holding the request and evaluating the browser environment for automated signals, and serving a Challenge. The visitor cannot reach their destination without passing the Challenge. Based on the signals indicated by their browser environment, the visitor may be asked to perform an interaction such as checking a box or selecting a button for further probing.
1212

13-
You can implement a Challenge Page to your website or application via WAF custom rules. Challenges are triggered by a rule in the [Web Application Firewall (WAF)](/waf/), [Bot Management](/bots/), or [Rate limiting](/waf/rate-limiting-rules/).
13+
<Render file="create-challenge-page" />
1414

1515
The level of interactivity and visibility of the Challenge Page depends on the Action that you select when creating the WAF rule for your website or application.
1616

@@ -43,6 +43,4 @@ With a JavaScript (JS) Challenge, Cloudflare makes the determination on whether
4343

4444
The visitor must wait until their browser finishes processing the JavaScript, which typically takes less than five seconds.
4545

46-
If the visitor passes the Challenge, the original request continues to the destination URL. If the Challenge fails or cannot be completed, the visitor is presented with another interstitial Challenge page.
47-
48-
For information on how non-interactive JavaScript Challenges differ from JavaScript detections, refer to our [FAQ](/cloudflare-challenges/frequently-asked-questions/).
46+
If the visitor passes the Challenge, the original request continues to the destination URL. If the Challenge fails or cannot be completed, the visitor is presented with another interstitial Challenge page.

0 commit comments

Comments
 (0)