Commit 5c20c67d authored by Jean du Plessis's avatar Jean du Plessis

Changes whitelist to allowlist

parent 553fa151
...@@ -1017,7 +1017,7 @@ You can also use raw HTML in your Markdown, and it will usually work pretty well ...@@ -1017,7 +1017,7 @@ You can also use raw HTML in your Markdown, and it will usually work pretty well
See the documentation for HTML::Pipeline's [SanitizationFilter](https://github.com/jch/html-pipeline/blob/v2.12.3/lib/html/pipeline/sanitization_filter.rb#L42) See the documentation for HTML::Pipeline's [SanitizationFilter](https://github.com/jch/html-pipeline/blob/v2.12.3/lib/html/pipeline/sanitization_filter.rb#L42)
class for the list of allowed HTML tags and attributes. In addition to the default class for the list of allowed HTML tags and attributes. In addition to the default
`SanitizationFilter` whitelist, GitLab allows `span`, `abbr`, `details` and `summary` elements. `SanitizationFilter` allowlist, GitLab allows `span`, `abbr`, `details` and `summary` elements.
```html ```html
<dl> <dl>
......
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