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
[FIX] web_timeline: Enable XSS filtering with whitelist for safer HTML rendering
Before this commit, XSS filtering was disabled, which could introduce potential security risks.
This commit adopts a safer approach, similar to PR OCA#2525.
After this commit, XSS filtering is re-enabled, and a whitelist of allowed HTML elements is provided.
0 commit comments