10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb368a commit f2cb841Copy full SHA for f2cb841
src/Symfony/Component/HtmlSanitizer/README.md
@@ -22,7 +22,7 @@ $config = (new HtmlSanitizerConfig())
22
// standard. All scripts will be removed but the output may still contain
23
// other dangerous behaviors like CSS injection (click-jacking), CSS
24
// expressions, ...
25
- ->allowAllStaticElements()
+ ->allowStaticElements()
26
27
// Allow the "div" element and no attribute can be on it
28
->allowElement('div')
0 commit comments