Skip to content
Draft
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
This setting is particularly important using “Anonymous User” role.
For example, in Java, remove all `<http-method>` elements from `web.xml` files.

* Prevent disclosure of your directory structure in the robots.txt file
by placing directories not intended for public indexing into an isolated parent directory.
Then ""Disallow"" that entire parent directory in the robots.txt file
rather than disallowing each individual directory
* Prevent disclosure of your directory structure in the robots.txt file by placing directories not intended for public indexing, AI bots, and search engine crawlers into an isolated parent directory.

Check failure on line 33 in docs/en/12-appendices/02-verification-dos-donts/02-system-hardening.md

View workflow job for this annotation

GitHub Actions / Lint markdown

Line length

docs/en/12-appendices/02-verification-dos-donts/02-system-hardening.md:33:126 MD013/line-length Line length [Expected: 125; Actual: 199] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
Then Disallow that entire parent directory in the robots.txt file rather than disallowing each individual directory.


Check failure on line 36 in docs/en/12-appendices/02-verification-dos-donts/02-system-hardening.md

View workflow job for this annotation

GitHub Actions / Lint markdown

Multiple consecutive blank lines

docs/en/12-appendices/02-verification-dos-donts/02-system-hardening.md:36 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
* Configure web and application server to disallow HEAD requests entirely.

* Comments on code and Meta tags pertaining to the IDE used or technology used to develop the application
Expand Down
Loading