Commit eeac5946 authored by peterhegman's avatar peterhegman

Whitelist `gl-emoji` data attributes in tooltips

To prevent them from being removed
parent b5e91ff8
......@@ -70,7 +70,12 @@ whitelist.acronym = [];
whitelist.blockquote = [];
whitelist.del = [];
whitelist.ins = [];
whitelist['gl-emoji'] = [];
whitelist['gl-emoji'] = [
'data-name',
'data-unicode-version',
'data-fallback-src',
'data-fallback-sprite-class',
];
// Whitelisting SVG tags and attributes
whitelist.svg = ['viewBox'];
......
---
title: Fix rendering of emojis in status tooltips
merge_request: 32604
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment