Skip to content

Commit e3e8cd0

Browse files
Address lint issues
1 parent d9a0848 commit e3e8cd0

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
@@ -10,7 +10,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
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:
1212

13-
```
13+
```xml
1414
<!-- Tomcat HTTP header security filter -->
1515
<filter>
1616
<filter-name>HttpHeaderSecurityFilter</filter-name>
@@ -36,7 +36,7 @@ To enable HSTS for other web applications deployed in WSO2 Identity Server, upda
3636

3737
Add the same filter configuration used for the Console:
3838

39-
```
39+
```xml
4040
<filter>
4141
<filter-name>HttpHeaderSecurityFilter</filter-name>
4242
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Enable HTTP Strict Transport Security (HSTS) headers for the applications deploy
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:
1212

13-
```
13+
```xml
1414
<!-- Tomcat HTTP header security filter -->
1515
<filter>
1616
<filter-name>HttpHeaderSecurityFilter</filter-name>
@@ -36,7 +36,7 @@ To enable HSTS for other web applications deployed in WSO2 Identity Server, upda
3636

3737
Add the same filter configuration used for the Console:
3838

39-
```
39+
```xml
4040
<filter>
4141
<filter-name>HttpHeaderSecurityFilter</filter-name>
4242
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>

0 commit comments

Comments
 (0)