Skip to content

Commit fbe99a6

Browse files
committed
Update settings.json with new config
1 parent 62f190d commit fbe99a6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

portals/devportal/src/main/webapp/site/public/theme/settings.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@
2424
},
2525
"syntaxHighlighterDarkTheme": false
2626
},
27-
"sanitizeHtml": {
28-
"allowedTags": false,
29-
"allowedAttributes": false
30-
},
31-
"reactHTMLParser": {
32-
"decodeEntries": true,
33-
"tagsNotAllowed": []
27+
"sanitizeHtmlDocs": {
28+
"enabled": true,
29+
"additionalAllowedTags": [],
30+
"additionalAllowedAttributes": []
3431
}
3532
},
3633
"grantTypes": {

portals/publisher/src/main/webapp/site/public/conf/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
"other": ""
3434
}
3535
},
36-
"reactHTMLParser": {
37-
"decodeEntries": true,
38-
"tagsNotAllowed": []
36+
"sanitizeHtmlDocs": {
37+
"enabled": true,
38+
"additionalAllowedTags": [],
39+
"additionalAllowedAttributes": []
3940
},
4041
"workflows": {
4142
"limit": 30

0 commit comments

Comments
 (0)