pybluemonday icon indicating copy to clipboard operation
pybluemonday copied to clipboard

Can't pass more than one argument to a Policy method string

Open ColdHeat opened this issue 5 years ago • 0 comments

For example the following should work:

SANITIZER.AllowElements("blink", "marquee", "form", "input")

but will only work if you do each argument one at a time.

ColdHeat avatar Mar 18 '21 23:03 ColdHeat