Skip to content

Commit 3c2f982

Browse files
committed
Merge PR OCA#3171 into 17.0
Signed-off-by pedrobaeza
2 parents 120db83 + 4be1229 commit 3c2f982

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web_timeline/static/src/views/timeline/timeline_renderer.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export class TimelineRenderer extends Component {
231231
getXSSWhiteList() {
232232
// Add more elements to the whitelist as needed.
233233
return {
234+
b: [],
234235
div: ["class", "style"],
235236
span: ["class", "name"],
236237
small: ["class", "name"],

0 commit comments

Comments
 (0)