Skip to content

Commit d9a0848

Browse files
Address vale style check issues
1 parent 4d666cc commit d9a0848

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/identity-server/7.1.0/docs/deploy/security/enable-hsts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
55
!!! note
66
HSTS should not be enabled in development environments because transport security validations can interrupt the development processes by validating signatures of self-signed certificates.
77

8-
## Enable for Console
8+
## Enable for console
99

1010
To enable HSTS for the WSO2 Identity Server Console, update the `web.xml` file located at
1111
`<IS_HOME>/repository/deployment/server/webapps/console/WEB-INF` and add the following filter configuration:
@@ -52,7 +52,7 @@ Add the same filter configuration used for the Console:
5252
</filter-mapping>
5353
```
5454

55-
This ensures HSTS is enforced consistently across web applications running on WSO2 Identity Server.
55+
This configuration applies HSTS consistently across specified web applications running on WSO2 Identity Server.
5656

5757
<!--## Enable for Jaggery applications
5858

en/identity-server/next/docs/deploy/security/enable-hsts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
55
!!! note
66
HSTS should not be enabled in development environments because transport security validations can interrupt the development processes by validating signatures of self-signed certificates.
77

8-
## Enable for Console
8+
## Enable for console
99

1010
To enable HSTS for the WSO2 Identity Server Console, update the `web.xml` file located at
1111
`<IS_HOME>/repository/deployment/server/webapps/console/WEB-INF` and add the following filter configuration:
@@ -52,7 +52,7 @@ Add the same filter configuration used for the Console:
5252
</filter-mapping>
5353
```
5454

55-
This ensures HSTS is enforced consistently across web applications running on WSO2 Identity Server.
55+
This configuration applies HSTS consistently across specified web applications running on WSO2 Identity Server.
5656

5757
<!--## Enable for Jaggery applications
5858

0 commit comments

Comments
 (0)