You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/identity-server/7.1.0/docs/deploy/security/enable-hsts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
5
5
!!! note
6
6
HSTS should not be enabled in development environments because transport security validations can interrupt the development processes by validating signatures of self-signed certificates.
7
7
8
-
## Enable for Console
8
+
## Enable for console
9
9
10
10
To enable HSTS for the WSO2 Identity Server Console, update the `web.xml` file located at
11
11
`<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:
52
52
</filter-mapping>
53
53
```
54
54
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.
Copy file name to clipboardExpand all lines: en/identity-server/next/docs/deploy/security/enable-hsts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
5
5
!!! note
6
6
HSTS should not be enabled in development environments because transport security validations can interrupt the development processes by validating signatures of self-signed certificates.
7
7
8
-
## Enable for Console
8
+
## Enable for console
9
9
10
10
To enable HSTS for the WSO2 Identity Server Console, update the `web.xml` file located at
11
11
`<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:
52
52
</filter-mapping>
53
53
```
54
54
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.
0 commit comments