-
Notifications
You must be signed in to change notification settings - Fork 10k
[Security] Update settings (new nav) #23597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pedrosousa
merged 14 commits into
production
from
pedro/PCX-17609-new-nav-q2-update-settings
Jul 14, 2025
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7ec06ad
Add new custom rules use case (block by geo info)
pedrosousa 43aec0a
Update Security settings
pedrosousa 32b5780
Rate limiting rules: Add links
pedrosousa a4a8c5a
Add location in old dash
pedrosousa 8bdf34c
Merge branch 'production' into pedro/PCX-17609-new-nav-q2-update-sett…
pedrosousa 1e103da
Merge branch 'production' into pedro/PCX-17609-new-nav-q2-update-sett…
pedrosousa b3f6e7a
Update security.txt instructions
pedrosousa 418ba5f
Update Web application exploits module
pedrosousa 7771411
Fix broken link
pedrosousa d17ac10
Update settings in other tiles
pedrosousa ab2928b
Update fallthrough rules instructions (new nav)
pedrosousa 8c27fa1
Keep word consistent
pedrosousa 0ba5ea9
Merge branch 'production' into pedro/PCX-17609-new-nav-q2-update-sett…
pedrosousa f586344
Apply suggestions from PCX review
pedrosousa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,13 +12,14 @@ To manage your [security.txt](https://en.wikipedia.org/wiki/Security.txt) file v | |
| <Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard"> | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain. | ||
| 2. Go to **Security** > **Settings** > **Enable Security.txt**. | ||
| 2. Go to **Security** > **Settings**. | ||
| 3. Next to **Enable Security.txt**, select **Edit Security.txt**. | ||
|
|
||
| </TabItem> <TabItem label="New dashboard" icon="rocket"> | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain. | ||
| 2. Go to **Security** > **Settings** > **All settings** tab. | ||
| 3. Next to **Enable Security.txt**, select **Edit**. | ||
| 2. Go to **Security** > **Settings** and filter by **Web application exploits**. | ||
| 3. Under **Security.txt** > **Configurations**, select the edit icon. | ||
|
|
||
| </TabItem> </Tabs> | ||
|
|
||
|
|
@@ -27,7 +28,6 @@ From here, you can create and manage your `security.txt` file to provide the sec | |
| Fill in the following information: | ||
|
|
||
| - **(Required) Contact**: You can enter one of the following to contact you about security issues: | ||
|
|
||
| - An email address: The email address must start with `mailto:` (for example, `mailto:[email protected]`). | ||
| - A phone number: The phone number must start with `tel:` (for example, `tel:+1 1234567890`). | ||
| - A URL link: The URL link must start with `https://` (for example, `https://example.com`). | ||
|
|
@@ -47,15 +47,22 @@ Once you have entered the necessary information, select **Save**. | |
| To edit your security.txt file: | ||
|
|
||
| - Old dashboard: Select **Security** > **Settings** > **Edit Security.txt**. | ||
| - New security dashboard: In the **All settings** tab, select **Edit** next to **Enable Security.txt**. | ||
| - New security dashboard: | ||
| 1. Go to **Security** > **Settings** and filter by **Web application exploits**. | ||
| 2. Under **Security.txt** > **Configurations**, select the edit icon. | ||
|
|
||
| To download your security.txt file, select **Security** > **Settings** > **Download Security.txt**. | ||
| To download your security.txt file: | ||
|
|
||
| - Old dashboard: Select **Security** > **Settings** > **Download Security.txt**. | ||
| - New security dashboard: | ||
| 1. Go to **Security** > **Settings** and filter by **Web application exploits**. | ||
| 2. Under **Security.txt** > **Configurations**, select the download icon. | ||
|
|
||
| To delete your security.txt file: | ||
|
|
||
| - Old dashboard: | ||
| - Select **Security** > **Settings** > **Delete Security.txt**. | ||
| - New security dashboard: | ||
| 1. Select **Security** > **Settings** > **All settings** tab. | ||
| 2. Next to **Enable Security.txt**, select **Edit**. | ||
| 1. Select **Security** > **Settings** and filter by **Web application exploits**. | ||
| 2. Under **Security.txt** > **Configurations**, select the edit icon. | ||
| 3. Select **Delete**. | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.