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 852d00c commit f697c34Copy full SHA for f697c34
README.md
@@ -75,10 +75,12 @@ exercise_html_purifier:
75
custom:
76
config:
77
Core.Encoding: 'ISO-8859-1'
78
+ HTML.Allowed: 'a[href|target],p,br'
79
+ Attr.AllowedFrameTargets: '_blank'
80
```
81
82
In this example, a `exercise_html_purifier.custom` service will also be defined,
-which includes both the cache and encoding options. Available configuration
83
+which includes cache, encoding, HTML tags and attributes options. Available configuration
84
options may be found in HTMLPurifier's [configuration documentation][].
85
86
**Note:** If you define a `default` profile but omit `Cache.SerializerPath`, it
0 commit comments