You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traffic = "any(dns.domains[*] matches \"[.](cn|ru)$ or [.](rest|hair|top|live|cfd|boats|beauty|mom|skin|okinawa)$ or [.](zip|mobi)$\")"
289
289
rule_settings {
290
290
block_page_enabled = true
291
-
block_page_reason = "This domain was blocked due to being classified as a security risk to the organisation"
291
+
block_page_reason = "This domain was blocked due to being classified as a security risk to the organization"
292
292
}
293
293
}
294
294
```
@@ -331,7 +331,7 @@ curl --request POST \
331
331
"traffic": "any(dns.domains[*] matches \".*okta.*|.*cloudflare.*|.*mfa.*|.sso.*\") and not(any(dns.domains[*] in $<Known Phishing Domains List UUID>))",
332
332
"rule_settings": {
333
333
"block_page_enabled": true,
334
-
"block_reason": "This domain was blocked due to being classified as a security risk to the organisation"
334
+
"block_reason": "This domain was blocked due to being classified as a security risk to the organization"
traffic = "any(dns.domains[*] matches \".*okta.*|.*cloudflare.*|.*mfa.*|.sso.*\") and not(any(dns.domains[*] in ${"$"}${cloudflare_zero_trust_list.known_phishing_domains_list.id}))"
354
354
rule_settings {
355
355
block_page_enabled = true
356
-
block_page_reason = "This domain was blocked due to being classified as a security risk to the organisation"
356
+
block_page_reason = "This domain was blocked due to being classified as a security risk to the organization"
357
357
}
358
358
}
359
359
```
@@ -397,7 +397,7 @@ curl --request POST \
397
397
"traffic": "any(dns.resolved_ips[*] in $<IP Blocklist UUID>)",
398
398
"rule_settings": {
399
399
"block_page_enabled": true,
400
-
"block_reason": "This domain was blocked due to being classified as a security risk to the organisation"
400
+
"block_reason": "This domain was blocked due to being classified as a security risk to the organization"
Copy file name to clipboardExpand all lines: src/content/docs/pages/configuration/debugging-pages.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To fix this in GitHub:
26
26
1. Log in to your GitHub account.
27
27
2. Go to **Settings** from your user icon > find **Applications** under Integrations.
28
28
3. Find **Cloudflare Pages** > **Configure** > scroll down and select **Uninstall**.
29
-
4. Re-authorize your GitHub user/organisation on the Cloudflare dashboard.
29
+
4. Re-authorize your GitHub user/organization on the Cloudflare dashboard.
30
30
31
31
To fix this in GitLab:
32
32
@@ -70,10 +70,8 @@ Possible errors in this step could be caused by faulty setup in your Pages proje
70
70
71
71
:::note
72
72
73
-
74
73
Make sure there are no emojis or special characters as part of your commit message in a Pages project that is integrated with GitHub or GitLab as it can potentially cause issues when building the project.
0 commit comments