Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
4 changes: 3 additions & 1 deletion public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,9 @@
/fundamentals/basic-tasks/preparing-for-surges-or-spikes-in-web-traffic/ /fundamentals/performance/preparing-for-surges-or-spikes-in-web-traffic/ 301
/support/third-party-software/others/configuring-an-amazon-web-services-static-site-to-use-cloudflare/ /rules/cloud-connector/providers/ 301
/support/third-party-software/others/enabling-cloudflare-ssl-on-azure-storage-static-web-hosting-applications/ /rules/cloud-connector/providers/ 301

/support/more-dashboard-apps/cloudflare-apps/ /workers/ 301
/support/more-dashboard-apps/cloudflare-apps/managing-cloudflare-apps/ /workers/ 301
/support/more-dashboard-apps/cloudflare-apps/removing-cloudflare-apps/ /workers/ 301

# r2
/r2/platform/s3-compatibility/api/ /r2/api/s3/api/ 301
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/rules/configuration-rules/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ API configuration property name: `"bic"` (boolean).

## Disable Apps
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove this entire section. We no longer show the option for new rules nor for existing rules that don't use this setting.


[Cloudflare Apps](/support/more-dashboard-apps/cloudflare-apps/), now deprecated, is a platform for sharing high-quality apps that anyone with a website can use.
Cloudflare Apps, now deprecated, was 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.

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Markdown } from "~/components";
| Analytics Read | Grants read access to [analytics](/analytics/account-and-zone-analytics/zone-analytics/). |
| { props.src === "api" && "Domain" } API Gateway Read | Grants read access to [API Gateway](/api-shield/) zone resources. |
| { props.src === "api" && "Domain" } API Gateway {props.editWord} | Grants write access to [API Gateway](/api-shield/) zone resources. |
| Apps {props.editWord} | Grants full access to [Cloudflare Apps](/support/more-dashboard-apps/cloudflare-apps/). |
| Apps {props.editWord} | Grants full access to Cloudflare Apps (deprecated, see [Workers](/workers/) instead). |
| Bot Management Read | Grants read access to [Bot Management](/bots/plans/bm-subscription/). |
| Bot Management {props.editWord} | Grants write access to [Bot Management](/bots/plans/bm-subscription/). |
| Bot Management Feedback Read | Grants read access to [Bot Management feedback](/bots/concepts/feedback-loop/). |
Expand Down
Loading