Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9a43459

Browse files
authored
Add missing leading dot for .well-known
1 parent f05a450 commit 9a43459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/security/security-txt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When security vulnerabilities are discovered by researchers, proper reporting ch
1212
Magento merchants can enter their contact information for [security issue reporting](https://docs.magento.com/user-guide/stores/security-issue-reporting.html) from the Magento _Admin_. For developers, the `Magento_Securitytxt` module provides the following functionality:
1313

1414
- Allows security configurations to be saved from the _Admin_.
15-
- Contains a router to match application action class for requests to the `well-known/security.txt` and `.well-known/security.txt.sig` files.
15+
- Contains a router to match application action class for requests to the `.well-known/security.txt` and `.well-known/security.txt.sig` files.
1616
- Serves the content of the `.well-known/security.txt` and `.well-known/security.txt.sig` files.
1717

1818
A valid `security.txt` file might look like the following:

0 commit comments

Comments
 (0)