Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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