8000
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 682108b commit 2807dfaCopy full SHA for 2807dfa
html_sanitizer.rst
@@ -278,7 +278,7 @@ Safe elements
278
->sanitizer('app.post_sanitizer')
279
// enable either of these
280
->allowSafeElements(true)
281
- ->allowAllStaticElements(true)
+ ->allowStaticElements(true)
282
;
283
};
284
@@ -291,7 +291,7 @@ Safe elements
291
(new HtmlSanitizerConfig())
292
293
->allowSafeElements()
294
- ->allowAllStaticElements()
+ ->allowStaticElements()
295
);
296
297
Allow Elements
0 commit comments